Shades of Turquoise #42E8C0
Tints of Turquoise #42E8C0
RGB
CMYK
RGB Variations
Color information
#42E8C0 (or 0x42E8C0) is known color: Turquoise. HEX triplet: 42, E8 and C0. RGB value is (66,232,192). Sum of RGB (Red+Green+Blue) = 66+232+192=490 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.47% from 490); Green value is 232 (91.02% from 255 or 47.35% from 490); Blue value is 192 (75.39% from 255 or 39.18% from 490); Max value from RGB is 232 - color contains mainly: green. Hex color #42E8C0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42E8C0 is #BD173F. Grayscale: #B1B1B1. Windows color (decimal): -12392256 or 12642370. OLE color: 12642370.
HSL color Cylindrical-coordinate representation of color #42E8C0: hue angle of 165.54º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42E8C0 is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 232 | 192 | - |
| CMYK | 0.72 | 0 | 0.17 | 0.09 |
| HSL | 165.54º | 0.78% | 0.58% | - |
| HSV(B) | 165.54º | 0.72% | 0.91% | - |
| XYZ | 40.62 | 62.68 | 59.83 | - |
| YUV | 177.81 | 136 | 48.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 232 | 192 | 0.72 | 0 | 0.17 | 0.09 | 165.54 | 0.78 | 0.58 |
| Hex | 42 | E8 | C0 | 48 | 0 | 11 | 9 | A6 | 4E | 3A |
| Octal | 102 | 350 | 300 | 110 | 0 | 21 | 11 | 246 | 116 | 72 |
| Binary | 1000010 | 11101000 | 11000000 | 1001000 | 0 | 10001 | 1001 | 10100110 | 1001110 | 111010 |
Color Harmonies of #42E8C0
Complementary color
Monochromatic Colors of #42E8C0
Black with #42E8C0
Text Example
Text Example
White with #42E8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E8C0; }
p { color: rgb(66,232,192); }
H1.HeaderClassName
{
color: #42E8C0;
}
.AnyTagClassName
{
color: #42E8C0;
}
</style>
background-color css
<style>
a { background-color: #42E8C0; }
a { background-color: rgb(66,232,192); }
div.DivClassName
{
background-color: #42E8C0;
}
.BgClassName
{
background-color: #42E8C0;
}
</style>
border-color css
<style>
span { border-color: #42E8C0; }
span { border-color: rgb(66,232,192); }
td.TdClassName
{
border-color: #42E8C0;
}
.TagClassName
{
border-color: #42E8C0;
}
</style>