Shades of Bright Turquoise #02F0C5
Tints of Bright Turquoise #02F0C5
RGB
CMYK
RGB Variations
Color information
#02F0C5 (or 0x02F0C5) is known color: Bright Turquoise. HEX triplet: 02, F0 and C5. RGB value is (2,240,197). Sum of RGB (Red+Green+Blue) = 2+240+197=439 (58% of max value = 765). Red value is 2 (1.17% from 255 or 0.46% from 439); Green value is 240 (94.14% from 255 or 54.67% from 439); Blue value is 197 (77.34% from 255 or 44.87% from 439); Max value from RGB is 240 - color contains mainly: green. Hex color #02F0C5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02F0C5 is #FD0F3A. Grayscale: #A3A3A3. Windows color (decimal): -16584507 or 12972034. OLE color: 12972034.
HSL color Cylindrical-coordinate representation of color #02F0C5: hue angle of 169.16º 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 #02F0C5 is Cyan = 0.99, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 2 | 240 | 197 | - |
| CMYK | 0.99 | 0 | 0.18 | 0.06 |
| HSL | 169.16º | 0.98% | 0.47% | - |
| HSV(B) | 169.16º | 0.99% | 0.94% | - |
| XYZ | 41.26 | 66.36 | 63.46 | - |
| YUV | 163.94 | 146.65 | 12.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 240 | 197 | 0.99 | 0 | 0.18 | 0.06 | 169.16 | 0.98 | 0.47 |
| Hex | 2 | F0 | C5 | 63 | 0 | 12 | 6 | A9 | 62 | 2F |
| Octal | 2 | 360 | 305 | 143 | 0 | 22 | 6 | 251 | 142 | 57 |
| Binary | 10 | 11110000 | 11000101 | 1100011 | 0 | 10010 | 110 | 10101001 | 1100010 | 101111 |
Color Harmonies of #02F0C5
Complementary color
Monochromatic Colors of #02F0C5
Black with #02F0C5
Text Example
Text Example
White with #02F0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02F0C5; }
p { color: rgb(2,240,197); }
H1.HeaderClassName
{
color: #02F0C5;
}
.AnyTagClassName
{
color: #02F0C5;
}
</style>
background-color css
<style>
a { background-color: #02F0C5; }
a { background-color: rgb(2,240,197); }
div.DivClassName
{
background-color: #02F0C5;
}
.BgClassName
{
background-color: #02F0C5;
}
</style>
border-color css
<style>
span { border-color: #02F0C5; }
span { border-color: rgb(2,240,197); }
td.TdClassName
{
border-color: #02F0C5;
}
.TagClassName
{
border-color: #02F0C5;
}
</style>