Shades of Turquoise #42DAB9
Tints of Turquoise #42DAB9
RGB
CMYK
RGB Variations
Color information
#42DAB9 (or 0x42DAB9) is known color: Turquoise. HEX triplet: 42, DA and B9. RGB value is (66,218,185). Sum of RGB (Red+Green+Blue) = 66+218+185=469 (62% of max value = 765). Red value is 66 (26.17% from 255 or 14.07% from 469); Green value is 218 (85.55% from 255 or 46.48% from 469); Blue value is 185 (72.66% from 255 or 39.45% from 469); Max value from RGB is 218 - color contains mainly: green. Hex color #42DAB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42DAB9 is #BD2546. Grayscale: #A8A8A8. Windows color (decimal): -12395847 or 12180034. OLE color: 12180034.
HSL color Cylindrical-coordinate representation of color #42DAB9: hue angle of 166.97º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42DAB9 is Cyan = 0.70, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 218 | 185 | - |
| CMYK | 0.70 | 0 | 0.15 | 0.15 |
| HSL | 166.97º | 0.67% | 0.56% | - |
| HSV(B) | 166.97º | 0.7% | 0.85% | - |
| XYZ | 36.08 | 54.8 | 54.58 | - |
| YUV | 168.79 | 137.14 | 54.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 218 | 185 | 0.70 | 0 | 0.15 | 0.15 | 166.97 | 0.67 | 0.56 |
| Hex | 42 | DA | B9 | 46 | 0 | F | F | A7 | 43 | 38 |
| Octal | 102 | 332 | 271 | 106 | 0 | 17 | 17 | 247 | 103 | 70 |
| Binary | 1000010 | 11011010 | 10111001 | 1000110 | 0 | 1111 | 1111 | 10100111 | 1000011 | 111000 |
Color Harmonies of #42DAB9
Complementary color
Monochromatic Colors of #42DAB9
Black with #42DAB9
Text Example
Text Example
White with #42DAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DAB9; }
p { color: rgb(66,218,185); }
H1.HeaderClassName
{
color: #42DAB9;
}
.AnyTagClassName
{
color: #42DAB9;
}
</style>
background-color css
<style>
a { background-color: #42DAB9; }
a { background-color: rgb(66,218,185); }
div.DivClassName
{
background-color: #42DAB9;
}
.BgClassName
{
background-color: #42DAB9;
}
</style>
border-color css
<style>
span { border-color: #42DAB9; }
span { border-color: rgb(66,218,185); }
td.TdClassName
{
border-color: #42DAB9;
}
.TagClassName
{
border-color: #42DAB9;
}
</style>