Shades of Bright Turquoise #02ECC9
Tints of Bright Turquoise #02ECC9
RGB
CMYK
RGB Variations
Color information
#02ECC9 (or 0x02ECC9) is known color: Bright Turquoise. HEX triplet: 02, EC and C9. RGB value is (2,236,201). Sum of RGB (Red+Green+Blue) = 2+236+201=439 (58% of max value = 765). Red value is 2 (1.17% from 255 or 0.46% from 439); Green value is 236 (92.58% from 255 or 53.76% from 439); Blue value is 201 (78.91% from 255 or 45.79% from 439); Max value from RGB is 236 - color contains mainly: green. Hex color #02ECC9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02ECC9 is #FD1336. Grayscale: #A1A1A1. Windows color (decimal): -16585527 or 13233154. OLE color: 13233154.
HSL color Cylindrical-coordinate representation of color #02ECC9: hue angle of 171.03º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02ECC9 is Cyan = 0.99, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 236 | 201 | - |
| CMYK | 0.99 | 0 | 0.15 | 0.07 |
| HSL | 171.03º | 0.98% | 0.47% | - |
| HSV(B) | 171.03º | 0.99% | 0.93% | - |
| XYZ | 40.56 | 64.22 | 65.52 | - |
| YUV | 162.04 | 149.98 | 13.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 236 | 201 | 0.99 | 0 | 0.15 | 0.07 | 171.03 | 0.98 | 0.47 |
| Hex | 2 | EC | C9 | 63 | 0 | F | 7 | AB | 62 | 2F |
| Octal | 2 | 354 | 311 | 143 | 0 | 17 | 7 | 253 | 142 | 57 |
| Binary | 10 | 11101100 | 11001001 | 1100011 | 0 | 1111 | 111 | 10101011 | 1100010 | 101111 |
Color Harmonies of #02ECC9
Complementary color
Monochromatic Colors of #02ECC9
Black with #02ECC9
Text Example
Text Example
White with #02ECC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02ECC9; }
p { color: rgb(2,236,201); }
H1.HeaderClassName
{
color: #02ECC9;
}
.AnyTagClassName
{
color: #02ECC9;
}
</style>
background-color css
<style>
a { background-color: #02ECC9; }
a { background-color: rgb(2,236,201); }
div.DivClassName
{
background-color: #02ECC9;
}
.BgClassName
{
background-color: #02ECC9;
}
</style>
border-color css
<style>
span { border-color: #02ECC9; }
span { border-color: rgb(2,236,201); }
td.TdClassName
{
border-color: #02ECC9;
}
.TagClassName
{
border-color: #02ECC9;
}
</style>