Shades of Bright Turquoise #02F0CA
Tints of Bright Turquoise #02F0CA
RGB
CMYK
RGB Variations
Color information
#02F0CA (or 0x02F0CA) is known color: Bright Turquoise. HEX triplet: 02, F0 and CA. RGB value is (2,240,202). Sum of RGB (Red+Green+Blue) = 2+240+202=444 (58% of max value = 765). Red value is 2 (1.17% from 255 or 0.45% from 444); Green value is 240 (94.14% from 255 or 54.05% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 240 - color contains mainly: green. Hex color #02F0CA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02F0CA is #FD0F35. Grayscale: #A4A4A4. Windows color (decimal): -16584502 or 13299714. OLE color: 13299714.
HSL color Cylindrical-coordinate representation of color #02F0CA: hue angle of 170.42º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02F0CA is Cyan = 0.99, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 2 | 240 | 202 | - |
| CMYK | 0.99 | 0 | 0.16 | 0.06 |
| HSL | 170.42º | 0.98% | 0.47% | - |
| HSV(B) | 170.42º | 0.99% | 0.94% | - |
| XYZ | 41.85 | 66.6 | 66.53 | - |
| YUV | 164.51 | 149.15 | 12.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 240 | 202 | 0.99 | 0 | 0.16 | 0.06 | 170.42 | 0.98 | 0.47 |
| Hex | 2 | F0 | CA | 63 | 0 | 10 | 6 | AA | 62 | 2F |
| Octal | 2 | 360 | 312 | 143 | 0 | 20 | 6 | 252 | 142 | 57 |
| Binary | 10 | 11110000 | 11001010 | 1100011 | 0 | 10000 | 110 | 10101010 | 1100010 | 101111 |
Color Harmonies of #02F0CA
Complementary color
Monochromatic Colors of #02F0CA
Black with #02F0CA
Text Example
Text Example
White with #02F0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02F0CA; }
p { color: rgb(2,240,202); }
H1.HeaderClassName
{
color: #02F0CA;
}
.AnyTagClassName
{
color: #02F0CA;
}
</style>
background-color css
<style>
a { background-color: #02F0CA; }
a { background-color: rgb(2,240,202); }
div.DivClassName
{
background-color: #02F0CA;
}
.BgClassName
{
background-color: #02F0CA;
}
</style>
border-color css
<style>
span { border-color: #02F0CA; }
span { border-color: rgb(2,240,202); }
td.TdClassName
{
border-color: #02F0CA;
}
.TagClassName
{
border-color: #02F0CA;
}
</style>