#43DAB5

Color #43DAB5 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #43DAB5

Tints of Turquoise #43DAB5

Color information

#43DAB5 (or 0x43DAB5) is unknown color: approx Turquoise. HEX triplet: 43, DA and B5. RGB value is (67,218,181). Sum of RGB (Red+Green+Blue) = 67+218+181=466 (61% of max value = 765). Red value is 67 (26.56% from 255 or 14.38% from 466); Green value is 218 (85.55% from 255 or 46.78% from 466); Blue value is 181 (71.09% from 255 or 38.84% from 466); Max value from RGB is 218 - color contains mainly: green. Hex color #43DAB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43DAB5 is #BC254A. Grayscale: #A8A8A8. Windows color (decimal): -12330315 or 11917891. OLE color: 11917891.

HSL color Cylindrical-coordinate representation of color #43DAB5: hue angle of 165.3º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #43DAB5 is Cyan = 0.69, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB67218181-
CMYK0.6900.170.15
HSL165.3º67.11%55.88%-
HSV(B)165.3º69.27%85.49%-
XYZ35.7354.6752.39-
YUV168.63134.9755.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 67 (26.56% from 255) = 14.38%
GREEN value IS 218 (85.55% from 255) = 46.78%
BLUE value IS 181 (71.09% from 255) = 38.84%
R=14.38%
G=46.78%
B=38.84%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal672181810.6900.170.15165.367.1155.88
Hex43DAB545011Fa54338
Octal1033322651050211724510370
Binary1000011110110101011010110001010100011111101001011000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43DAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43DAB5; }

 p { color: rgb(67,218,181); }

 H1.HeaderClassName
 {
   color: #43DAB5;
 }
 .AnyTagClassName
 {
   color: #43DAB5;
 }
</style>
background-color css

<style>
 a { background-color: #43DAB5; }

 a { background-color: rgb(67,218,181); }

 div.DivClassName
 {
   background-color: #43DAB5;
 }
 .BgClassName
 {
   background-color: #43DAB5;
 }
</style>
border-color css

<style>
 span { border-color: #43DAB5; }

 span { border-color: rgb(67,218,181); }

 td.TdClassName
 {
   border-color: #43DAB5;
 }
 .TagClassName
 {
   border-color: #43DAB5;
 }
</style>