#42DFB5

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

Shades of Turquoise #42DFB5

Tints of Turquoise #42DFB5

Color information

#42DFB5 (or 0x42DFB5) is unknown color: approx Turquoise. HEX triplet: 42, DF and B5. RGB value is (66,223,181). Sum of RGB (Red+Green+Blue) = 66+223+181=470 (62% of max value = 765). Red value is 66 (26.17% from 255 or 14.04% from 470); Green value is 223 (87.5% from 255 or 47.45% from 470); Blue value is 181 (71.09% from 255 or 38.51% from 470); Max value from RGB is 223 - color contains mainly: green. Hex color #42DFB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42DFB5 is #BD204A. Grayscale: #ABABAB. Windows color (decimal): -12394571 or 11919170. OLE color: 11919170.

HSL color Cylindrical-coordinate representation of color #42DFB5: hue angle of 163.95º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42DFB5 is Cyan = 0.70, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB66223181-
CMYK0.7000.190.13
HSL163.95º71.04%56.67%-
HSV(B)163.95º70.4%87.45%-
XYZ36.9757.2752.82-
YUV171.27133.4952.92-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.04%
GREEN value IS 223 (87.5% from 255) = 47.45%
BLUE value IS 181 (71.09% from 255) = 38.51%
R=14.04%
G=47.45%
B=38.51%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal662231810.7000.190.13163.9571.0456.67
Hex42DFB546013Da44739
Octal1023372651060231524410771
Binary1000010110111111011010110001100100111101101001001000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42DFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42DFB5; }

 p { color: rgb(66,223,181); }

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

<style>
 a { background-color: #42DFB5; }

 a { background-color: rgb(66,223,181); }

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

<style>
 span { border-color: #42DFB5; }

 span { border-color: rgb(66,223,181); }

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