#42D9D8

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

Shades of Turquoise #42D9D8

Tints of Turquoise #42D9D8

Color information

#42D9D8 (or 0x42D9D8) is unknown color: approx Turquoise. HEX triplet: 42, D9 and D8. RGB value is (66,217,216). Sum of RGB (Red+Green+Blue) = 66+217+216=499 (66% of max value = 765). Red value is 66 (26.17% from 255 or 13.23% from 499); Green value is 217 (85.16% from 255 or 43.49% from 499); Blue value is 216 (84.77% from 255 or 43.29% from 499); Max value from RGB is 217 - color contains mainly: green. Hex color #42D9D8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42D9D8 is #BD2627. Grayscale: #ABABAB. Windows color (decimal): -12396072 or 14211394. OLE color: 14211394.

HSL color Cylindrical-coordinate representation of color #42D9D8: hue angle of 179.6º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42D9D8 is Cyan = 0.70, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB66217216-
CMYK0.7000.000.15
HSL179.6º66.52%55.49%-
HSV(B)179.6º69.59%85.1%-
XYZ39.4555.7473.65-
YUV171.74152.9752.58-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.23%
GREEN value IS 217 (85.16% from 255) = 43.49%
BLUE value IS 216 (84.77% from 255) = 43.29%
R=13.23%
G=43.49%
B=43.29%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal662172160.7000.000.15179.666.5255.49
Hex42D9D84600Fb44337
Octal102331330106001726410367
Binary100001011011001110110001000110001111101101001000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42D9D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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