Shades of Turquoise #42DBD4
Tints of Turquoise #42DBD4
RGB
CMYK
RGB Variations
Color information
#42DBD4 (or 0x42DBD4) is known color: Turquoise. HEX triplet: 42, DB and D4. RGB value is (66,219,212). Sum of RGB (Red+Green+Blue) = 66+219+212=497 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.28% from 497); Green value is 219 (85.94% from 255 or 44.06% from 497); Blue value is 212 (83.20% from 255 or 42.66% from 497); Max value from RGB is 219 - color contains mainly: green. Hex color #42DBD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42DBD4 is #BD242B. Grayscale: #ACACAC. Windows color (decimal): -12395564 or 13949762. OLE color: 13949762.
HSL color Cylindrical-coordinate representation of color #42DBD4: hue angle of 177.25º 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 #42DBD4 is Cyan = 0.70, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 219 | 212 | - |
| CMYK | 0.70 | 0 | 0.03 | 0.14 |
| HSL | 177.25º | 0.68% | 0.56% | - |
| HSV(B) | 177.25º | 0.7% | 0.86% | - |
| XYZ | 39.46 | 56.57 | 71.13 | - |
| YUV | 172.46 | 150.31 | 52.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 219 | 212 | 0.70 | 0 | 0.03 | 0.14 | 177.25 | 0.68 | 0.56 |
| Hex | 42 | DB | D4 | 46 | 0 | 3 | E | B1 | 44 | 38 |
| Octal | 102 | 333 | 324 | 106 | 0 | 3 | 16 | 261 | 104 | 70 |
| Binary | 1000010 | 11011011 | 11010100 | 1000110 | 0 | 11 | 1110 | 10110001 | 1000100 | 111000 |
Color Harmonies of #42DBD4
Complementary color
Monochromatic Colors of #42DBD4
Black with #42DBD4
Text Example
Text Example
White with #42DBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DBD4; }
p { color: rgb(66,219,212); }
H1.HeaderClassName
{
color: #42DBD4;
}
.AnyTagClassName
{
color: #42DBD4;
}
</style>
background-color css
<style>
a { background-color: #42DBD4; }
a { background-color: rgb(66,219,212); }
div.DivClassName
{
background-color: #42DBD4;
}
.BgClassName
{
background-color: #42DBD4;
}
</style>
border-color css
<style>
span { border-color: #42DBD4; }
span { border-color: rgb(66,219,212); }
td.TdClassName
{
border-color: #42DBD4;
}
.TagClassName
{
border-color: #42DBD4;
}
</style>