Shades of Bright Turquoise #02FCCC
Tints of Bright Turquoise #02FCCC
RGB
CMYK
RGB Variations
Color information
#02FCCC (or 0x02FCCC) is known color: Bright Turquoise. HEX triplet: 02, FC and CC. RGB value is (2,252,204). Sum of RGB (Red+Green+Blue) = 2+252+204=458 (60% of max value = 765). Red value is 2 (1.17% from 255 or 0.44% from 458); Green value is 252 (98.83% from 255 or 55.02% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 252 - color contains mainly: green. Hex color #02FCCC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02FCCC is #FD0333. Grayscale: #ABABAB. Windows color (decimal): -16581428 or 13433858. OLE color: 13433858.
HSL color Cylindrical-coordinate representation of color #02FCCC: hue angle of 168.48º 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 #02FCCC is Cyan = 0.99, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 252 | 204 | - |
| CMYK | 0.99 | 0 | 0.19 | 0.01 |
| HSL | 168.48º | 0.98% | 0.5% | - |
| HSV(B) | 168.48º | 0.99% | 0.99% | - |
| XYZ | 45.73 | 73.99 | 69 | - |
| YUV | 171.78 | 146.18 | 6.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 252 | 204 | 0.99 | 0 | 0.19 | 0.01 | 168.48 | 0.98 | 0.5 |
| Hex | 2 | FC | CC | 63 | 0 | 13 | 1 | A8 | 62 | 32 |
| Octal | 2 | 374 | 314 | 143 | 0 | 23 | 1 | 250 | 142 | 62 |
| Binary | 10 | 11111100 | 11001100 | 1100011 | 0 | 10011 | 1 | 10101000 | 1100010 | 110010 |
Color Harmonies of #02FCCC
Complementary color
Monochromatic Colors of #02FCCC
Black with #02FCCC
Text Example
Text Example
White with #02FCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FCCC; }
p { color: rgb(2,252,204); }
H1.HeaderClassName
{
color: #02FCCC;
}
.AnyTagClassName
{
color: #02FCCC;
}
</style>
background-color css
<style>
a { background-color: #02FCCC; }
a { background-color: rgb(2,252,204); }
div.DivClassName
{
background-color: #02FCCC;
}
.BgClassName
{
background-color: #02FCCC;
}
</style>
border-color css
<style>
span { border-color: #02FCCC; }
span { border-color: rgb(2,252,204); }
td.TdClassName
{
border-color: #02FCCC;
}
.TagClassName
{
border-color: #02FCCC;
}
</style>