Shades of Turquoise #42E9D0
Tints of Turquoise #42E9D0
RGB
CMYK
RGB Variations
Color information
#42E9D0 (or 0x42E9D0) is known color: Turquoise. HEX triplet: 42, E9 and D0. RGB value is (66,233,208). Sum of RGB (Red+Green+Blue) = 66+233+208=507 (67% of max value = 765). Red value is 66 (26.17% from 255 or 13.02% from 507); Green value is 233 (91.41% from 255 or 45.96% from 507); Blue value is 208 (81.64% from 255 or 41.03% from 507); Max value from RGB is 233 - color contains mainly: green. Hex color #42E9D0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42E9D0 is #BD162F. Grayscale: #B4B4B4. Windows color (decimal): -12391984 or 13691202. OLE color: 13691202.
HSL color Cylindrical-coordinate representation of color #42E9D0: hue angle of 171.02º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42E9D0 is Cyan = 0.72, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 233 | 208 | - |
| CMYK | 0.72 | 0 | 0.11 | 0.09 |
| HSL | 171.02º | 0.79% | 0.59% | - |
| HSV(B) | 171.02º | 0.72% | 0.91% | - |
| XYZ | 42.77 | 63.99 | 69.77 | - |
| YUV | 180.22 | 143.67 | 46.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 233 | 208 | 0.72 | 0 | 0.11 | 0.09 | 171.02 | 0.79 | 0.59 |
| Hex | 42 | E9 | D0 | 48 | 0 | B | 9 | AB | 4F | 3B |
| Octal | 102 | 351 | 320 | 110 | 0 | 13 | 11 | 253 | 117 | 73 |
| Binary | 1000010 | 11101001 | 11010000 | 1001000 | 0 | 1011 | 1001 | 10101011 | 1001111 | 111011 |
Color Harmonies of #42E9D0
Complementary color
Monochromatic Colors of #42E9D0
Black with #42E9D0
Text Example
Text Example
White with #42E9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E9D0; }
p { color: rgb(66,233,208); }
H1.HeaderClassName
{
color: #42E9D0;
}
.AnyTagClassName
{
color: #42E9D0;
}
</style>
background-color css
<style>
a { background-color: #42E9D0; }
a { background-color: rgb(66,233,208); }
div.DivClassName
{
background-color: #42E9D0;
}
.BgClassName
{
background-color: #42E9D0;
}
</style>
border-color css
<style>
span { border-color: #42E9D0; }
span { border-color: rgb(66,233,208); }
td.TdClassName
{
border-color: #42E9D0;
}
.TagClassName
{
border-color: #42E9D0;
}
</style>