Shades of Turquoise #42EAC0
Tints of Turquoise #42EAC0
RGB
CMYK
RGB Variations
Color information
#42EAC0 (or 0x42EAC0) is known color: Turquoise. HEX triplet: 42, EA and C0. RGB value is (66,234,192). Sum of RGB (Red+Green+Blue) = 66+234+192=492 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.41% from 492); Green value is 234 (91.80% from 255 or 47.56% from 492); Blue value is 192 (75.39% from 255 or 39.02% from 492); Max value from RGB is 234 - color contains mainly: green. Hex color #42EAC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42EAC0 is #BD153F. Grayscale: #B2B2B2. Windows color (decimal): -12391744 or 12642882. OLE color: 12642882.
HSL color Cylindrical-coordinate representation of color #42EAC0: hue angle of 165º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42EAC0 is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 234 | 192 | - |
| CMYK | 0.72 | 0 | 0.18 | 0.08 |
| HSL | 165º | 0.8% | 0.59% | - |
| HSV(B) | 165º | 0.72% | 0.92% | - |
| XYZ | 41.18 | 63.81 | 60.02 | - |
| YUV | 178.98 | 135.34 | 47.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 234 | 192 | 0.72 | 0 | 0.18 | 0.08 | 165 | 0.8 | 0.59 |
| Hex | 42 | EA | C0 | 48 | 0 | 12 | 8 | A5 | 50 | 3B |
| Octal | 102 | 352 | 300 | 110 | 0 | 22 | 10 | 245 | 120 | 73 |
| Binary | 1000010 | 11101010 | 11000000 | 1001000 | 0 | 10010 | 1000 | 10100101 | 1010000 | 111011 |
Color Harmonies of #42EAC0
Complementary color
Monochromatic Colors of #42EAC0
Black with #42EAC0
Text Example
Text Example
White with #42EAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42EAC0; }
p { color: rgb(66,234,192); }
H1.HeaderClassName
{
color: #42EAC0;
}
.AnyTagClassName
{
color: #42EAC0;
}
</style>
background-color css
<style>
a { background-color: #42EAC0; }
a { background-color: rgb(66,234,192); }
div.DivClassName
{
background-color: #42EAC0;
}
.BgClassName
{
background-color: #42EAC0;
}
</style>
border-color css
<style>
span { border-color: #42EAC0; }
span { border-color: rgb(66,234,192); }
td.TdClassName
{
border-color: #42EAC0;
}
.TagClassName
{
border-color: #42EAC0;
}
</style>