Shades of Bright Turquoise #02FFCD
Tints of Bright Turquoise #02FFCD
RGB
CMYK
RGB Variations
Color information
#02FFCD (or 0x02FFCD) is known color: Bright Turquoise. HEX triplet: 02, FF and CD. RGB value is (2,255,205). Sum of RGB (Red+Green+Blue) = 2+255+205=462 (61% of max value = 765). Red value is 2 (1.17% from 255 or 0.43% from 462); Green value is 255 (100% from 255 or 55.19% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 255 - color contains mainly: green. Hex color #02FFCD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02FFCD is #FD0032. Grayscale: #ADADAD. Windows color (decimal): -16580659 or 13500162. OLE color: 13500162.
HSL color Cylindrical-coordinate representation of color #02FFCD: hue angle of 168.14º 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 #02FFCD is Cyan = 0.99, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 255 | 205 | - |
| CMYK | 0.99 | 0 | 0.20 | 0 |
| HSL | 168.14º | 1% | 0.5% | - |
| HSV(B) | 168.14º | 0.99% | 1% | - |
| XYZ | 46.8 | 75.94 | 69.95 | - |
| YUV | 173.65 | 145.68 | 5.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 255 | 205 | 0.99 | 0 | 0.20 | 0 | 168.14 | 1 | 0.5 |
| Hex | 2 | FF | CD | 63 | 0 | 14 | 0 | A8 | 64 | 32 |
| Octal | 2 | 377 | 315 | 143 | 0 | 24 | 0 | 250 | 144 | 62 |
| Binary | 10 | 11111111 | 11001101 | 1100011 | 0 | 10100 | 0 | 10101000 | 1100100 | 110010 |
Color Harmonies of #02FFCD
Complementary color
Monochromatic Colors of #02FFCD
Black with #02FFCD
Text Example
Text Example
White with #02FFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FFCD; }
p { color: rgb(2,255,205); }
H1.HeaderClassName
{
color: #02FFCD;
}
.AnyTagClassName
{
color: #02FFCD;
}
</style>
background-color css
<style>
a { background-color: #02FFCD; }
a { background-color: rgb(2,255,205); }
div.DivClassName
{
background-color: #02FFCD;
}
.BgClassName
{
background-color: #02FFCD;
}
</style>
border-color css
<style>
span { border-color: #02FFCD; }
span { border-color: rgb(2,255,205); }
td.TdClassName
{
border-color: #02FFCD;
}
.TagClassName
{
border-color: #02FFCD;
}
</style>