Shades of Bright Turquoise #02FCD1
Tints of Bright Turquoise #02FCD1
RGB
CMYK
RGB Variations
Color information
#02FCD1 (or 0x02FCD1) is known color: Bright Turquoise. HEX triplet: 02, FC and D1. RGB value is (2,252,209). Sum of RGB (Red+Green+Blue) = 2+252+209=463 (61% of max value = 765). Red value is 2 (1.17% from 255 or 0.43% from 463); Green value is 252 (98.83% from 255 or 54.43% from 463); Blue value is 209 (82.03% from 255 or 45.14% from 463); Max value from RGB is 252 - color contains mainly: green. Hex color #02FCD1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02FCD1 is #FD032E. Grayscale: #ACACAC. Windows color (decimal): -16581423 or 13761538. OLE color: 13761538.
HSL color Cylindrical-coordinate representation of color #02FCD1: hue angle of 169.68º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02FCD1 is Cyan = 0.99, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 252 | 209 | - |
| CMYK | 0.99 | 0 | 0.17 | 0.01 |
| HSL | 169.68º | 0.98% | 0.5% | - |
| HSV(B) | 169.68º | 0.99% | 0.99% | - |
| XYZ | 46.34 | 74.24 | 72.21 | - |
| YUV | 172.35 | 148.68 | 6.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 252 | 209 | 0.99 | 0 | 0.17 | 0.01 | 169.68 | 0.98 | 0.5 |
| Hex | 2 | FC | D1 | 63 | 0 | 11 | 1 | AA | 62 | 32 |
| Octal | 2 | 374 | 321 | 143 | 0 | 21 | 1 | 252 | 142 | 62 |
| Binary | 10 | 11111100 | 11010001 | 1100011 | 0 | 10001 | 1 | 10101010 | 1100010 | 110010 |
Color Harmonies of #02FCD1
Complementary color
Monochromatic Colors of #02FCD1
Black with #02FCD1
Text Example
Text Example
White with #02FCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FCD1; }
p { color: rgb(2,252,209); }
H1.HeaderClassName
{
color: #02FCD1;
}
.AnyTagClassName
{
color: #02FCD1;
}
</style>
background-color css
<style>
a { background-color: #02FCD1; }
a { background-color: rgb(2,252,209); }
div.DivClassName
{
background-color: #02FCD1;
}
.BgClassName
{
background-color: #02FCD1;
}
</style>
border-color css
<style>
span { border-color: #02FCD1; }
span { border-color: rgb(2,252,209); }
td.TdClassName
{
border-color: #02FCD1;
}
.TagClassName
{
border-color: #02FCD1;
}
</style>