Shades of Bright Turquoise #02F2CE
Tints of Bright Turquoise #02F2CE
RGB
CMYK
RGB Variations
Color information
#02F2CE (or 0x02F2CE) is known color: Bright Turquoise. HEX triplet: 02, F2 and CE. RGB value is (2,242,206). Sum of RGB (Red+Green+Blue) = 2+242+206=450 (59% of max value = 765). Red value is 2 (1.17% from 255 or 0.44% from 450); Green value is 242 (94.92% from 255 or 53.78% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 242 - color contains mainly: green. Hex color #02F2CE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02F2CE is #FD0D31. Grayscale: #A6A6A6. Windows color (decimal): -16583986 or 13562370. OLE color: 13562370.
HSL color Cylindrical-coordinate representation of color #02F2CE: hue angle of 171º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02F2CE is Cyan = 0.99, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 2 | 242 | 206 | - |
| CMYK | 0.99 | 0 | 0.15 | 0.05 |
| HSL | 171º | 0.98% | 0.48% | - |
| HSV(B) | 171º | 0.99% | 0.95% | - |
| XYZ | 42.92 | 67.97 | 69.25 | - |
| YUV | 166.14 | 150.49 | 10.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 242 | 206 | 0.99 | 0 | 0.15 | 0.05 | 171 | 0.98 | 0.48 |
| Hex | 2 | F2 | CE | 63 | 0 | F | 5 | AB | 62 | 30 |
| Octal | 2 | 362 | 316 | 143 | 0 | 17 | 5 | 253 | 142 | 60 |
| Binary | 10 | 11110010 | 11001110 | 1100011 | 0 | 1111 | 101 | 10101011 | 1100010 | 110000 |
Color Harmonies of #02F2CE
Complementary color
Monochromatic Colors of #02F2CE
Black with #02F2CE
Text Example
Text Example
White with #02F2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02F2CE; }
p { color: rgb(2,242,206); }
H1.HeaderClassName
{
color: #02F2CE;
}
.AnyTagClassName
{
color: #02F2CE;
}
</style>
background-color css
<style>
a { background-color: #02F2CE; }
a { background-color: rgb(2,242,206); }
div.DivClassName
{
background-color: #02F2CE;
}
.BgClassName
{
background-color: #02F2CE;
}
</style>
border-color css
<style>
span { border-color: #02F2CE; }
span { border-color: rgb(2,242,206); }
td.TdClassName
{
border-color: #02F2CE;
}
.TagClassName
{
border-color: #02F2CE;
}
</style>