#42ded9

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

Shades of Turquoise #42DED9

Tints of Turquoise #42DED9

Color information

#42DED9 (or 0x42DED9) is unknown color: approx Turquoise. HEX triplet: 42, DE and D9. RGB value is (66,222,217). Sum of RGB (Red+Green+Blue) = 66+222+217=505 (66% of max value = 765). Red value is 66 (26.17% from 255 or 13.07% from 505); Green value is 222 (87.11% from 255 or 43.96% from 505); Blue value is 217 (85.16% from 255 or 42.97% from 505); Max value from RGB is 222 - color contains mainly: green. Hex color #42DED9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42DED9 is #BD2126. Grayscale: #AEAEAE. Windows color (decimal): -12394791 or 14278210. OLE color: 14278210.

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

Color convert

RGB66222217-
CMYK0.7000.020.13
HSL178.08º70.27%56.47%-
HSV(B)178.08º70.27%87.06%-
XYZ40.8958.4174.76-
YUV174.79151.8250.41-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.07%
GREEN value IS 222 (87.11% from 255) = 43.96%
BLUE value IS 217 (85.16% from 255) = 42.97%
R=13.07%
G=43.96%
B=42.97%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal662222170.7000.020.13178.0870.2756.47
Hex42DED94602Db24638
Octal102336331106021526210670
Binary1000010110111101101100110001100101101101100101000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42ded9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,222,217); }

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

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

 a { background-color: rgb(66,222,217); }

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

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

 span { border-color: rgb(66,222,217); }

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