Shades of Bright Turquoise #02FFD1
Tints of Bright Turquoise #02FFD1
RGB
CMYK
RGB Variations
Color information
#02FFD1 (or 0x02FFD1) is known color: Bright Turquoise. HEX triplet: 02, FF and D1. RGB value is (2,255,209). Sum of RGB (Red+Green+Blue) = 2+255+209=466 (61% of max value = 765). Red value is 2 (1.17% from 255 or 0.43% from 466); Green value is 255 (100% from 255 or 54.72% from 466); Blue value is 209 (82.03% from 255 or 44.85% from 466); Max value from RGB is 255 - color contains mainly: green. Hex color #02FFD1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02FFD1 is #FD002E. Grayscale: #AEAEAE. Windows color (decimal): -16580655 or 13762306. OLE color: 13762306.
HSL color Cylindrical-coordinate representation of color #02FFD1: hue angle of 169.09º 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 #02FFD1 is Cyan = 0.99, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 255 | 209 | - |
| CMYK | 0.99 | 0 | 0.18 | 0 |
| HSL | 169.09º | 1% | 0.5% | - |
| HSV(B) | 169.09º | 0.99% | 1% | - |
| XYZ | 47.29 | 76.14 | 72.52 | - |
| YUV | 174.11 | 147.68 | 5.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 255 | 209 | 0.99 | 0 | 0.18 | 0 | 169.09 | 1 | 0.5 |
| Hex | 2 | FF | D1 | 63 | 0 | 12 | 0 | A9 | 64 | 32 |
| Octal | 2 | 377 | 321 | 143 | 0 | 22 | 0 | 251 | 144 | 62 |
| Binary | 10 | 11111111 | 11010001 | 1100011 | 0 | 10010 | 0 | 10101001 | 1100100 | 110010 |
Color Harmonies of #02FFD1
Complementary color
Monochromatic Colors of #02FFD1
Black with #02FFD1
Text Example
Text Example
White with #02FFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FFD1; }
p { color: rgb(2,255,209); }
H1.HeaderClassName
{
color: #02FFD1;
}
.AnyTagClassName
{
color: #02FFD1;
}
</style>
background-color css
<style>
a { background-color: #02FFD1; }
a { background-color: rgb(2,255,209); }
div.DivClassName
{
background-color: #02FFD1;
}
.BgClassName
{
background-color: #02FFD1;
}
</style>
border-color css
<style>
span { border-color: #02FFD1; }
span { border-color: rgb(2,255,209); }
td.TdClassName
{
border-color: #02FFD1;
}
.TagClassName
{
border-color: #02FFD1;
}
</style>