#42DFB6

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

Shades of Turquoise #42DFB6

Tints of Turquoise #42DFB6

Color information

#42DFB6 (or 0x42DFB6) is unknown color: approx Turquoise. HEX triplet: 42, DF and B6. RGB value is (66,223,182). Sum of RGB (Red+Green+Blue) = 66+223+182=471 (62% of max value = 765). Red value is 66 (26.17% from 255 or 14.01% from 471); Green value is 223 (87.5% from 255 or 47.35% from 471); Blue value is 182 (71.48% from 255 or 38.64% from 471); Max value from RGB is 223 - color contains mainly: green. Hex color #42DFB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42DFB6 is #BD2049. Grayscale: #ABABAB. Windows color (decimal): -12394570 or 11984706. OLE color: 11984706.

HSL color Cylindrical-coordinate representation of color #42DFB6: hue angle of 164.33º 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 #42DFB6 is Cyan = 0.70, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB66223182-
CMYK0.7000.180.13
HSL164.33º71.04%56.67%-
HSV(B)164.33º70.4%87.45%-
XYZ37.0857.3153.36-
YUV171.38133.9952.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.01%
GREEN value IS 223 (87.5% from 255) = 47.35%
BLUE value IS 182 (71.48% from 255) = 38.64%
R=14.01%
G=47.35%
B=38.64%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal662231820.7000.180.13164.3371.0456.67
Hex42DFB646012Da44739
Octal1023372661060221524410771
Binary1000010110111111011011010001100100101101101001001000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42DFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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