Shades of Bright Turquoise #02F5CE
Tints of Bright Turquoise #02F5CE
RGB
CMYK
RGB Variations
Color information
#02F5CE (or 0x02F5CE) is known color: Bright Turquoise. HEX triplet: 02, F5 and CE. RGB value is (2,245,206). Sum of RGB (Red+Green+Blue) = 2+245+206=453 (60% of max value = 765). Red value is 2 (1.17% from 255 or 0.44% from 453); Green value is 245 (96.09% from 255 or 54.08% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 245 - color contains mainly: green. Hex color #02F5CE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02F5CE is #FD0A31. Grayscale: #A7A7A7. Windows color (decimal): -16583218 or 13563138. OLE color: 13563138.
HSL color Cylindrical-coordinate representation of color #02F5CE: hue angle of 170.37º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02F5CE is Cyan = 0.99, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 2 | 245 | 206 | - |
| CMYK | 0.99 | 0 | 0.16 | 0.04 |
| HSL | 170.37º | 0.98% | 0.48% | - |
| HSV(B) | 170.37º | 0.99% | 0.96% | - |
| XYZ | 43.82 | 69.77 | 69.55 | - |
| YUV | 167.9 | 149.49 | 9.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 245 | 206 | 0.99 | 0 | 0.16 | 0.04 | 170.37 | 0.98 | 0.48 |
| Hex | 2 | F5 | CE | 63 | 0 | 10 | 4 | AA | 62 | 30 |
| Octal | 2 | 365 | 316 | 143 | 0 | 20 | 4 | 252 | 142 | 60 |
| Binary | 10 | 11110101 | 11001110 | 1100011 | 0 | 10000 | 100 | 10101010 | 1100010 | 110000 |
Color Harmonies of #02F5CE
Complementary color
Monochromatic Colors of #02F5CE
Black with #02F5CE
Text Example
Text Example
White with #02F5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02F5CE; }
p { color: rgb(2,245,206); }
H1.HeaderClassName
{
color: #02F5CE;
}
.AnyTagClassName
{
color: #02F5CE;
}
</style>
background-color css
<style>
a { background-color: #02F5CE; }
a { background-color: rgb(2,245,206); }
div.DivClassName
{
background-color: #02F5CE;
}
.BgClassName
{
background-color: #02F5CE;
}
</style>
border-color css
<style>
span { border-color: #02F5CE; }
span { border-color: rgb(2,245,206); }
td.TdClassName
{
border-color: #02F5CE;
}
.TagClassName
{
border-color: #02F5CE;
}
</style>