Shades of Bright Turquoise #02FFCC
Tints of Bright Turquoise #02FFCC
RGB
CMYK
RGB Variations
Color information
#02FFCC (or 0x02FFCC) is known color: Bright Turquoise. HEX triplet: 02, FF and CC. RGB value is (2,255,204). Sum of RGB (Red+Green+Blue) = 2+255+204=461 (61% of max value = 765). Red value is 2 (1.17% from 255 or 0.43% from 461); Green value is 255 (100% from 255 or 55.31% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 255 - color contains mainly: green. Hex color #02FFCC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02FFCC is #FD0033. Grayscale: #ADADAD. Windows color (decimal): -16580660 or 13434626. OLE color: 13434626.
HSL color Cylindrical-coordinate representation of color #02FFCC: hue angle of 167.91º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02FFCC is Cyan = 0.99, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 255 | 204 | - |
| CMYK | 0.99 | 0 | 0.2 | 0 |
| HSL | 167.91º | 1% | 0.5% | - |
| HSV(B) | 167.91º | 0.99% | 1% | - |
| XYZ | 46.68 | 75.89 | 69.31 | - |
| YUV | 173.54 | 145.18 | 5.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 255 | 204 | 0.99 | 0 | 0.2 | 0 | 167.91 | 1 | 0.5 |
| Hex | 2 | FF | CC | 63 | 0 | 14 | 0 | A8 | 64 | 32 |
| Octal | 2 | 377 | 314 | 143 | 0 | 24 | 0 | 250 | 144 | 62 |
| Binary | 10 | 11111111 | 11001100 | 1100011 | 0 | 10100 | 0 | 10101000 | 1100100 | 110010 |
Color Harmonies of #02FFCC
Complementary color
Monochromatic Colors of #02FFCC
Black with #02FFCC
Text Example
Text Example
White with #02FFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FFCC; }
p { color: rgb(2,255,204); }
H1.HeaderClassName
{
color: #02FFCC;
}
.AnyTagClassName
{
color: #02FFCC;
}
</style>
background-color css
<style>
a { background-color: #02FFCC; }
a { background-color: rgb(2,255,204); }
div.DivClassName
{
background-color: #02FFCC;
}
.BgClassName
{
background-color: #02FFCC;
}
</style>
border-color css
<style>
span { border-color: #02FFCC; }
span { border-color: rgb(2,255,204); }
td.TdClassName
{
border-color: #02FFCC;
}
.TagClassName
{
border-color: #02FFCC;
}
</style>