Shades of Turquoise #42D8CE
Tints of Turquoise #42D8CE
RGB
CMYK
RGB Variations
Color information
#42D8CE (or 0x42D8CE) is known color: Turquoise. HEX triplet: 42, D8 and CE. RGB value is (66,216,206). Sum of RGB (Red+Green+Blue) = 66+216+206=488 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.52% from 488); Green value is 216 (84.77% from 255 or 44.26% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 216 - color contains mainly: green. Hex color #42D8CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42D8CE is #BD2731. Grayscale: #A9A9A9. Windows color (decimal): -12396338 or 13555778. OLE color: 13555778.
HSL color Cylindrical-coordinate representation of color #42D8CE: hue angle of 176º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D8CE is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 216 | 206 | - |
| CMYK | 0.69 | 0 | 0.05 | 0.15 |
| HSL | 176º | 0.66% | 0.55% | - |
| HSV(B) | 176º | 0.69% | 0.85% | - |
| XYZ | 37.94 | 54.73 | 66.96 | - |
| YUV | 170.01 | 148.31 | 53.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 216 | 206 | 0.69 | 0 | 0.05 | 0.15 | 176 | 0.66 | 0.55 |
| Hex | 42 | D8 | CE | 45 | 0 | 5 | F | B0 | 42 | 37 |
| Octal | 102 | 330 | 316 | 105 | 0 | 5 | 17 | 260 | 102 | 67 |
| Binary | 1000010 | 11011000 | 11001110 | 1000101 | 0 | 101 | 1111 | 10110000 | 1000010 | 110111 |
Color Harmonies of #42D8CE
Complementary color
Monochromatic Colors of #42D8CE
Black with #42D8CE
Text Example
Text Example
White with #42D8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D8CE; }
p { color: rgb(66,216,206); }
H1.HeaderClassName
{
color: #42D8CE;
}
.AnyTagClassName
{
color: #42D8CE;
}
</style>
background-color css
<style>
a { background-color: #42D8CE; }
a { background-color: rgb(66,216,206); }
div.DivClassName
{
background-color: #42D8CE;
}
.BgClassName
{
background-color: #42D8CE;
}
</style>
border-color css
<style>
span { border-color: #42D8CE; }
span { border-color: rgb(66,216,206); }
td.TdClassName
{
border-color: #42D8CE;
}
.TagClassName
{
border-color: #42D8CE;
}
</style>