Shades of Bright Turquoise #02F2CA
Tints of Bright Turquoise #02F2CA
RGB
CMYK
RGB Variations
Color information
#02F2CA (or 0x02F2CA) is known color: Bright Turquoise. HEX triplet: 02, F2 and CA. RGB value is (2,242,202). Sum of RGB (Red+Green+Blue) = 2+242+202=446 (59% of max value = 765). Red value is 2 (1.17% from 255 or 0.45% from 446); Green value is 242 (94.92% from 255 or 54.26% from 446); Blue value is 202 (79.30% from 255 or 45.29% from 446); Max value from RGB is 242 - color contains mainly: green. Hex color #02F2CA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02F2CA is #FD0D35. Grayscale: #A5A5A5. Windows color (decimal): -16583990 or 13300226. OLE color: 13300226.
HSL color Cylindrical-coordinate representation of color #02F2CA: hue angle of 170º 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 #02F2CA is Cyan = 0.99, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 2 | 242 | 202 | - |
| CMYK | 0.99 | 0 | 0.17 | 0.05 |
| HSL | 170º | 0.98% | 0.48% | - |
| HSV(B) | 170º | 0.99% | 0.95% | - |
| XYZ | 42.44 | 67.78 | 66.72 | - |
| YUV | 165.68 | 148.49 | 11.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 242 | 202 | 0.99 | 0 | 0.17 | 0.05 | 170 | 0.98 | 0.48 |
| Hex | 2 | F2 | CA | 63 | 0 | 11 | 5 | AA | 62 | 30 |
| Octal | 2 | 362 | 312 | 143 | 0 | 21 | 5 | 252 | 142 | 60 |
| Binary | 10 | 11110010 | 11001010 | 1100011 | 0 | 10001 | 101 | 10101010 | 1100010 | 110000 |
Color Harmonies of #02F2CA
Complementary color
Monochromatic Colors of #02F2CA
Black with #02F2CA
Text Example
Text Example
White with #02F2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02F2CA; }
p { color: rgb(2,242,202); }
H1.HeaderClassName
{
color: #02F2CA;
}
.AnyTagClassName
{
color: #02F2CA;
}
</style>
background-color css
<style>
a { background-color: #02F2CA; }
a { background-color: rgb(2,242,202); }
div.DivClassName
{
background-color: #02F2CA;
}
.BgClassName
{
background-color: #02F2CA;
}
</style>
border-color css
<style>
span { border-color: #02F2CA; }
span { border-color: rgb(2,242,202); }
td.TdClassName
{
border-color: #02F2CA;
}
.TagClassName
{
border-color: #02F2CA;
}
</style>