Shades of Turquoise #42DBB7
Tints of Turquoise #42DBB7
RGB
CMYK
RGB Variations
Color information
#42DBB7 (or 0x42DBB7) is known color: Turquoise. HEX triplet: 42, DB and B7. RGB value is (66,219,183). Sum of RGB (Red+Green+Blue) = 66+219+183=468 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.10% from 468); Green value is 219 (85.94% from 255 or 46.79% from 468); Blue value is 183 (71.88% from 255 or 39.10% from 468); Max value from RGB is 219 - color contains mainly: green. Hex color #42DBB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42DBB7 is #BD2448. Grayscale: #A9A9A9. Windows color (decimal): -12395593 or 12049218. OLE color: 12049218.
HSL color Cylindrical-coordinate representation of color #42DBB7: hue angle of 165.88º 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 #42DBB7 is Cyan = 0.70, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 219 | 183 | - |
| CMYK | 0.70 | 0 | 0.16 | 0.14 |
| HSL | 165.88º | 0.68% | 0.56% | - |
| HSV(B) | 165.88º | 0.7% | 0.86% | - |
| XYZ | 36.13 | 55.24 | 53.56 | - |
| YUV | 169.15 | 135.81 | 54.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 219 | 183 | 0.70 | 0 | 0.16 | 0.14 | 165.88 | 0.68 | 0.56 |
| Hex | 42 | DB | B7 | 46 | 0 | 10 | E | A6 | 44 | 38 |
| Octal | 102 | 333 | 267 | 106 | 0 | 20 | 16 | 246 | 104 | 70 |
| Binary | 1000010 | 11011011 | 10110111 | 1000110 | 0 | 10000 | 1110 | 10100110 | 1000100 | 111000 |
Color Harmonies of #42DBB7
Complementary color
Monochromatic Colors of #42DBB7
Black with #42DBB7
Text Example
Text Example
White with #42DBB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DBB7; }
p { color: rgb(66,219,183); }
H1.HeaderClassName
{
color: #42DBB7;
}
.AnyTagClassName
{
color: #42DBB7;
}
</style>
background-color css
<style>
a { background-color: #42DBB7; }
a { background-color: rgb(66,219,183); }
div.DivClassName
{
background-color: #42DBB7;
}
.BgClassName
{
background-color: #42DBB7;
}
</style>
border-color css
<style>
span { border-color: #42DBB7; }
span { border-color: rgb(66,219,183); }
td.TdClassName
{
border-color: #42DBB7;
}
.TagClassName
{
border-color: #42DBB7;
}
</style>