Shades of Turquoise #42E8C9
Tints of Turquoise #42E8C9
RGB
CMYK
RGB Variations
Color information
#42E8C9 (or 0x42E8C9) is known color: Turquoise. HEX triplet: 42, E8 and C9. RGB value is (66,232,201). Sum of RGB (Red+Green+Blue) = 66+232+201=499 (66% of max value = 765). Red value is 66 (26.17% from 255 or 13.23% from 499); Green value is 232 (91.02% from 255 or 46.49% from 499); Blue value is 201 (78.91% from 255 or 40.28% from 499); Max value from RGB is 232 - color contains mainly: green. Hex color #42E8C9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42E8C9 is #BD1736. Grayscale: #B2B2B2. Windows color (decimal): -12392247 or 13232194. OLE color: 13232194.
HSL color Cylindrical-coordinate representation of color #42E8C9: hue angle of 168.8º 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 #42E8C9 is Cyan = 0.72, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 232 | 201 | - |
| CMYK | 0.72 | 0 | 0.13 | 0.09 |
| HSL | 168.8º | 0.78% | 0.58% | - |
| HSV(B) | 168.8º | 0.72% | 0.91% | - |
| XYZ | 41.65 | 63.09 | 65.24 | - |
| YUV | 178.83 | 140.5 | 47.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 232 | 201 | 0.72 | 0 | 0.13 | 0.09 | 168.8 | 0.78 | 0.58 |
| Hex | 42 | E8 | C9 | 48 | 0 | D | 9 | A9 | 4E | 3A |
| Octal | 102 | 350 | 311 | 110 | 0 | 15 | 11 | 251 | 116 | 72 |
| Binary | 1000010 | 11101000 | 11001001 | 1001000 | 0 | 1101 | 1001 | 10101001 | 1001110 | 111010 |
Color Harmonies of #42E8C9
Complementary color
Monochromatic Colors of #42E8C9
Black with #42E8C9
Text Example
Text Example
White with #42E8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E8C9; }
p { color: rgb(66,232,201); }
H1.HeaderClassName
{
color: #42E8C9;
}
.AnyTagClassName
{
color: #42E8C9;
}
</style>
background-color css
<style>
a { background-color: #42E8C9; }
a { background-color: rgb(66,232,201); }
div.DivClassName
{
background-color: #42E8C9;
}
.BgClassName
{
background-color: #42E8C9;
}
</style>
border-color css
<style>
span { border-color: #42E8C9; }
span { border-color: rgb(66,232,201); }
td.TdClassName
{
border-color: #42E8C9;
}
.TagClassName
{
border-color: #42E8C9;
}
</style>