Shades of Turquoise #42DBBD
Tints of Turquoise #42DBBD
RGB
CMYK
RGB Variations
Color information
#42DBBD (or 0x42DBBD) is known color: Turquoise. HEX triplet: 42, DB and BD. RGB value is (66,219,189). Sum of RGB (Red+Green+Blue) = 66+219+189=474 (62% of max value = 765). Red value is 66 (26.17% from 255 or 13.92% from 474); Green value is 219 (85.94% from 255 or 46.20% from 474); Blue value is 189 (74.22% from 255 or 39.87% from 474); Max value from RGB is 219 - color contains mainly: green. Hex color #42DBBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42DBBD is #BD2442. Grayscale: #A9A9A9. Windows color (decimal): -12395587 or 12442434. OLE color: 12442434.
HSL color Cylindrical-coordinate representation of color #42DBBD: hue angle of 168.24º 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 #42DBBD is Cyan = 0.70, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 219 | 189 | - |
| CMYK | 0.70 | 0 | 0.14 | 0.14 |
| HSL | 168.24º | 0.68% | 0.56% | - |
| HSV(B) | 168.24º | 0.7% | 0.86% | - |
| XYZ | 36.76 | 55.5 | 56.92 | - |
| YUV | 169.83 | 138.81 | 53.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 219 | 189 | 0.70 | 0 | 0.14 | 0.14 | 168.24 | 0.68 | 0.56 |
| Hex | 42 | DB | BD | 46 | 0 | E | E | A8 | 44 | 38 |
| Octal | 102 | 333 | 275 | 106 | 0 | 16 | 16 | 250 | 104 | 70 |
| Binary | 1000010 | 11011011 | 10111101 | 1000110 | 0 | 1110 | 1110 | 10101000 | 1000100 | 111000 |
Color Harmonies of #42DBBD
Complementary color
Monochromatic Colors of #42DBBD
Black with #42DBBD
Text Example
Text Example
White with #42DBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DBBD; }
p { color: rgb(66,219,189); }
H1.HeaderClassName
{
color: #42DBBD;
}
.AnyTagClassName
{
color: #42DBBD;
}
</style>
background-color css
<style>
a { background-color: #42DBBD; }
a { background-color: rgb(66,219,189); }
div.DivClassName
{
background-color: #42DBBD;
}
.BgClassName
{
background-color: #42DBBD;
}
</style>
border-color css
<style>
span { border-color: #42DBBD; }
span { border-color: rgb(66,219,189); }
td.TdClassName
{
border-color: #42DBBD;
}
.TagClassName
{
border-color: #42DBBD;
}
</style>