Shades of Bright Turquoise #02FEC5
Tints of Bright Turquoise #02FEC5
RGB
CMYK
RGB Variations
Color information
#02FEC5 (or 0x02FEC5) is known color: Bright Turquoise. HEX triplet: 02, FE and C5. RGB value is (2,254,197). Sum of RGB (Red+Green+Blue) = 2+254+197=453 (60% of max value = 765). Red value is 2 (1.17% from 255 or 0.44% from 453); Green value is 254 (99.61% from 255 or 56.07% from 453); Blue value is 197 (77.34% from 255 or 43.49% from 453); Max value from RGB is 254 - color contains mainly: green. Hex color #02FEC5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02FEC5 is #FD013A. Grayscale: #ACACAC. Windows color (decimal): -16580923 or 12975618. OLE color: 12975618.
HSL color Cylindrical-coordinate representation of color #02FEC5: hue angle of 166.43º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02FEC5 is Cyan = 0.99, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 254 | 197 | - |
| CMYK | 0.99 | 0 | 0.22 | 0.00 |
| HSL | 166.43º | 0.99% | 0.5% | - |
| HSV(B) | 166.43º | 0.99% | 1% | - |
| XYZ | 45.54 | 74.93 | 64.89 | - |
| YUV | 172.15 | 142.01 | 6.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 254 | 197 | 0.99 | 0 | 0.22 | 0.00 | 166.43 | 0.99 | 0.5 |
| Hex | 2 | FE | C5 | 63 | 0 | 16 | 0 | A6 | 63 | 32 |
| Octal | 2 | 376 | 305 | 143 | 0 | 26 | 0 | 246 | 143 | 62 |
| Binary | 10 | 11111110 | 11000101 | 1100011 | 0 | 10110 | 0 | 10100110 | 1100011 | 110010 |
Color Harmonies of #02FEC5
Complementary color
Monochromatic Colors of #02FEC5
Black with #02FEC5
Text Example
Text Example
White with #02FEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FEC5; }
p { color: rgb(2,254,197); }
H1.HeaderClassName
{
color: #02FEC5;
}
.AnyTagClassName
{
color: #02FEC5;
}
</style>
background-color css
<style>
a { background-color: #02FEC5; }
a { background-color: rgb(2,254,197); }
div.DivClassName
{
background-color: #02FEC5;
}
.BgClassName
{
background-color: #02FEC5;
}
</style>
border-color css
<style>
span { border-color: #02FEC5; }
span { border-color: rgb(2,254,197); }
td.TdClassName
{
border-color: #02FEC5;
}
.TagClassName
{
border-color: #02FEC5;
}
</style>