Shades of Turquoise #42ECC9
Tints of Turquoise #42ECC9
RGB
CMYK
RGB Variations
Color information
#42ECC9 (or 0x42ECC9) is known color: Turquoise. HEX triplet: 42, EC and C9. RGB value is (66,236,201). Sum of RGB (Red+Green+Blue) = 66+236+201=503 (66% of max value = 765). Red value is 66 (26.17% from 255 or 13.12% from 503); Green value is 236 (92.58% from 255 or 46.92% from 503); Blue value is 201 (78.91% from 255 or 39.96% from 503); Max value from RGB is 236 - color contains mainly: green. Hex color #42ECC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42ECC9 is #BD1336. Grayscale: #B5B5B5. Windows color (decimal): -12391223 or 13233218. OLE color: 13233218.
HSL color Cylindrical-coordinate representation of color #42ECC9: hue angle of 167.65º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42ECC9 is Cyan = 0.72, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 236 | 201 | - |
| CMYK | 0.72 | 0 | 0.15 | 0.07 |
| HSL | 167.65º | 0.82% | 0.59% | - |
| HSV(B) | 167.65º | 0.72% | 0.93% | - |
| XYZ | 42.78 | 65.37 | 65.62 | - |
| YUV | 181.18 | 139.18 | 45.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 236 | 201 | 0.72 | 0 | 0.15 | 0.07 | 167.65 | 0.82 | 0.59 |
| Hex | 42 | EC | C9 | 48 | 0 | F | 7 | A8 | 52 | 3B |
| Octal | 102 | 354 | 311 | 110 | 0 | 17 | 7 | 250 | 122 | 73 |
| Binary | 1000010 | 11101100 | 11001001 | 1001000 | 0 | 1111 | 111 | 10101000 | 1010010 | 111011 |
Color Harmonies of #42ECC9
Complementary color
Monochromatic Colors of #42ECC9
Black with #42ECC9
Text Example
Text Example
White with #42ECC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42ECC9; }
p { color: rgb(66,236,201); }
H1.HeaderClassName
{
color: #42ECC9;
}
.AnyTagClassName
{
color: #42ECC9;
}
</style>
background-color css
<style>
a { background-color: #42ECC9; }
a { background-color: rgb(66,236,201); }
div.DivClassName
{
background-color: #42ECC9;
}
.BgClassName
{
background-color: #42ECC9;
}
</style>
border-color css
<style>
span { border-color: #42ECC9; }
span { border-color: rgb(66,236,201); }
td.TdClassName
{
border-color: #42ECC9;
}
.TagClassName
{
border-color: #42ECC9;
}
</style>