Shades of Turquoise #42DBC0
Tints of Turquoise #42DBC0
RGB
CMYK
RGB Variations
Color information
#42DBC0 (or 0x42DBC0) is known color: Turquoise. HEX triplet: 42, DB and C0. RGB value is (66,219,192). Sum of RGB (Red+Green+Blue) = 66+219+192=477 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.84% from 477); Green value is 219 (85.94% from 255 or 45.91% from 477); Blue value is 192 (75.39% from 255 or 40.25% from 477); Max value from RGB is 219 - color contains mainly: green. Hex color #42DBC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42DBC0 is #BD243F. Grayscale: #AAAAAA. Windows color (decimal): -12395584 or 12639042. OLE color: 12639042.
HSL color Cylindrical-coordinate representation of color #42DBC0: hue angle of 169.41º 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 #42DBC0 is Cyan = 0.70, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 219 | 192 | - |
| CMYK | 0.70 | 0 | 0.12 | 0.14 |
| HSL | 169.41º | 0.68% | 0.56% | - |
| HSV(B) | 169.41º | 0.7% | 0.86% | - |
| XYZ | 37.09 | 55.63 | 58.65 | - |
| YUV | 170.18 | 140.31 | 53.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 219 | 192 | 0.70 | 0 | 0.12 | 0.14 | 169.41 | 0.68 | 0.56 |
| Hex | 42 | DB | C0 | 46 | 0 | C | E | A9 | 44 | 38 |
| Octal | 102 | 333 | 300 | 106 | 0 | 14 | 16 | 251 | 104 | 70 |
| Binary | 1000010 | 11011011 | 11000000 | 1000110 | 0 | 1100 | 1110 | 10101001 | 1000100 | 111000 |
Color Harmonies of #42DBC0
Complementary color
Monochromatic Colors of #42DBC0
Black with #42DBC0
Text Example
Text Example
White with #42DBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DBC0; }
p { color: rgb(66,219,192); }
H1.HeaderClassName
{
color: #42DBC0;
}
.AnyTagClassName
{
color: #42DBC0;
}
</style>
background-color css
<style>
a { background-color: #42DBC0; }
a { background-color: rgb(66,219,192); }
div.DivClassName
{
background-color: #42DBC0;
}
.BgClassName
{
background-color: #42DBC0;
}
</style>
border-color css
<style>
span { border-color: #42DBC0; }
span { border-color: rgb(66,219,192); }
td.TdClassName
{
border-color: #42DBC0;
}
.TagClassName
{
border-color: #42DBC0;
}
</style>