Shades of Bright Turquoise #02E5CA
Tints of Bright Turquoise #02E5CA
RGB
CMYK
RGB Variations
Color information
#02E5CA (or 0x02E5CA) is known color: Bright Turquoise. HEX triplet: 02, E5 and CA. RGB value is (2,229,202). Sum of RGB (Red+Green+Blue) = 2+229+202=433 (57% of max value = 765). Red value is 2 (1.17% from 255 or 0.46% from 433); Green value is 229 (89.84% from 255 or 52.89% from 433); Blue value is 202 (79.30% from 255 or 46.65% from 433); Max value from RGB is 229 - color contains mainly: green. Hex color #02E5CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02E5CA is #FD1A35. Grayscale: #9D9D9D. Windows color (decimal): -16587318 or 13296898. OLE color: 13296898.
HSL color Cylindrical-coordinate representation of color #02E5CA: hue angle of 172.86º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E5CA is Cyan = 0.99, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 2 | 229 | 202 | - |
| CMYK | 0.99 | 0 | 0.12 | 0.10 |
| HSL | 172.86º | 0.98% | 0.45% | - |
| HSV(B) | 172.86º | 0.99% | 0.9% | - |
| XYZ | 38.71 | 60.32 | 65.48 | - |
| YUV | 158.05 | 152.79 | 16.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 229 | 202 | 0.99 | 0 | 0.12 | 0.10 | 172.86 | 0.98 | 0.45 |
| Hex | 2 | E5 | CA | 63 | 0 | C | A | AD | 62 | 2D |
| Octal | 2 | 345 | 312 | 143 | 0 | 14 | 12 | 255 | 142 | 55 |
| Binary | 10 | 11100101 | 11001010 | 1100011 | 0 | 1100 | 1010 | 10101101 | 1100010 | 101101 |
Color Harmonies of #02E5CA
Complementary color
Monochromatic Colors of #02E5CA
Black with #02E5CA
Text Example
Text Example
White with #02E5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E5CA; }
p { color: rgb(2,229,202); }
H1.HeaderClassName
{
color: #02E5CA;
}
.AnyTagClassName
{
color: #02E5CA;
}
</style>
background-color css
<style>
a { background-color: #02E5CA; }
a { background-color: rgb(2,229,202); }
div.DivClassName
{
background-color: #02E5CA;
}
.BgClassName
{
background-color: #02E5CA;
}
</style>
border-color css
<style>
span { border-color: #02E5CA; }
span { border-color: rgb(2,229,202); }
td.TdClassName
{
border-color: #02E5CA;
}
.TagClassName
{
border-color: #02E5CA;
}
</style>