Shades of Bright Turquoise #02FCD3
Tints of Bright Turquoise #02FCD3
RGB
CMYK
RGB Variations
Color information
#02FCD3 (or 0x02FCD3) is known color: Bright Turquoise. HEX triplet: 02, FC and D3. RGB value is (2,252,211). Sum of RGB (Red+Green+Blue) = 2+252+211=465 (61% of max value = 765). Red value is 2 (1.17% from 255 or 0.43% from 465); Green value is 252 (98.83% from 255 or 54.19% from 465); Blue value is 211 (82.81% from 255 or 45.38% from 465); Max value from RGB is 252 - color contains mainly: green. Hex color #02FCD3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02FCD3 is #FD032C. Grayscale: #ACACAC. Windows color (decimal): -16581421 or 13892610. OLE color: 13892610.
HSL color Cylindrical-coordinate representation of color #02FCD3: hue angle of 170.16º 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 #02FCD3 is Cyan = 0.99, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 252 | 211 | - |
| CMYK | 0.99 | 0 | 0.16 | 0.01 |
| HSL | 170.16º | 0.98% | 0.5% | - |
| HSV(B) | 170.16º | 0.99% | 0.99% | - |
| XYZ | 46.59 | 74.34 | 73.52 | - |
| YUV | 172.58 | 149.68 | 6.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 252 | 211 | 0.99 | 0 | 0.16 | 0.01 | 170.16 | 0.98 | 0.5 |
| Hex | 2 | FC | D3 | 63 | 0 | 10 | 1 | AA | 62 | 32 |
| Octal | 2 | 374 | 323 | 143 | 0 | 20 | 1 | 252 | 142 | 62 |
| Binary | 10 | 11111100 | 11010011 | 1100011 | 0 | 10000 | 1 | 10101010 | 1100010 | 110010 |
Color Harmonies of #02FCD3
Complementary color
Monochromatic Colors of #02FCD3
Black with #02FCD3
Text Example
Text Example
White with #02FCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FCD3; }
p { color: rgb(2,252,211); }
H1.HeaderClassName
{
color: #02FCD3;
}
.AnyTagClassName
{
color: #02FCD3;
}
</style>
background-color css
<style>
a { background-color: #02FCD3; }
a { background-color: rgb(2,252,211); }
div.DivClassName
{
background-color: #02FCD3;
}
.BgClassName
{
background-color: #02FCD3;
}
</style>
border-color css
<style>
span { border-color: #02FCD3; }
span { border-color: rgb(2,252,211); }
td.TdClassName
{
border-color: #02FCD3;
}
.TagClassName
{
border-color: #02FCD3;
}
</style>