#42DBD9

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

Shades of Turquoise #42DBD9

Tints of Turquoise #42DBD9

Color information

#42DBD9 (or 0x42DBD9) is unknown color: approx Turquoise. HEX triplet: 42, DB and D9. RGB value is (66,219,217). Sum of RGB (Red+Green+Blue) = 66+219+217=502 (66% of max value = 765). Red value is 66 (26.17% from 255 or 13.15% from 502); Green value is 219 (85.94% from 255 or 43.63% from 502); Blue value is 217 (85.16% from 255 or 43.23% from 502); Max value from RGB is 219 - color contains mainly: green. Hex color #42DBD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42DBD9 is #BD2426. Grayscale: #ACACAC. Windows color (decimal): -12395559 or 14277442. OLE color: 14277442.

HSL color Cylindrical-coordinate representation of color #42DBD9: hue angle of 179.22º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42DBD9 is Cyan = 0.70, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB66219217-
CMYK0.7000.010.14
HSL179.22º68%55.88%-
HSV(B)179.22º69.86%85.88%-
XYZ40.156.8374.5-
YUV173.02152.8151.66-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.15%
GREEN value IS 219 (85.94% from 255) = 43.63%
BLUE value IS 217 (85.16% from 255) = 43.23%
R=13.15%
G=43.63%
B=43.23%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal662192170.7000.010.14179.226855.88
Hex42DBD94601Eb34438
Octal102333331106011626310470
Binary100001011011011110110011000110011110101100111000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42DBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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