Shades of Bright Turquoise #02FCDD
Tints of Bright Turquoise #02FCDD
RGB
CMYK
RGB Variations
Color information
#02FCDD (or 0x02FCDD) is known color: Bright Turquoise. HEX triplet: 02, FC and DD. RGB value is (2,252,221). Sum of RGB (Red+Green+Blue) = 2+252+221=475 (62% of max value = 765). Red value is 2 (1.17% from 255 or 0.42% from 475); Green value is 252 (98.83% from 255 or 53.05% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 252 - color contains mainly: green. Hex color #02FCDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02FCDD is #FD0322. Grayscale: #ADADAD. Windows color (decimal): -16581411 or 14547970. OLE color: 14547970.
HSL color Cylindrical-coordinate representation of color #02FCDD: hue angle of 172.56º 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 #02FCDD is Cyan = 0.99, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 252 | 221 | - |
| CMYK | 0.99 | 0 | 0.12 | 0.01 |
| HSL | 172.56º | 0.98% | 0.5% | - |
| HSV(B) | 172.56º | 0.99% | 0.99% | - |
| XYZ | 47.89 | 74.85 | 80.33 | - |
| YUV | 173.72 | 154.68 | 5.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 252 | 221 | 0.99 | 0 | 0.12 | 0.01 | 172.56 | 0.98 | 0.5 |
| Hex | 2 | FC | DD | 63 | 0 | C | 1 | AD | 62 | 32 |
| Octal | 2 | 374 | 335 | 143 | 0 | 14 | 1 | 255 | 142 | 62 |
| Binary | 10 | 11111100 | 11011101 | 1100011 | 0 | 1100 | 1 | 10101101 | 1100010 | 110010 |
Color Harmonies of #02FCDD
Complementary color
Monochromatic Colors of #02FCDD
Black with #02FCDD
Text Example
Text Example
White with #02FCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FCDD; }
p { color: rgb(2,252,221); }
H1.HeaderClassName
{
color: #02FCDD;
}
.AnyTagClassName
{
color: #02FCDD;
}
</style>
background-color css
<style>
a { background-color: #02FCDD; }
a { background-color: rgb(2,252,221); }
div.DivClassName
{
background-color: #02FCDD;
}
.BgClassName
{
background-color: #02FCDD;
}
</style>
border-color css
<style>
span { border-color: #02FCDD; }
span { border-color: rgb(2,252,221); }
td.TdClassName
{
border-color: #02FCDD;
}
.TagClassName
{
border-color: #02FCDD;
}
</style>