Shades of Bright Turquoise #02FFD0
Tints of Bright Turquoise #02FFD0
RGB
CMYK
RGB Variations
Color information
#02FFD0 (or 0x02FFD0) is known color: Bright Turquoise. HEX triplet: 02, FF and D0. RGB value is (2,255,208). Sum of RGB (Red+Green+Blue) = 2+255+208=465 (61% of max value = 765). Red value is 2 (1.17% from 255 or 0.43% from 465); Green value is 255 (100% from 255 or 54.84% from 465); Blue value is 208 (81.64% from 255 or 44.73% from 465); Max value from RGB is 255 - color contains mainly: green. Hex color #02FFD0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02FFD0 is #FD002F. Grayscale: #ADADAD. Windows color (decimal): -16580656 or 13696770. OLE color: 13696770.
HSL color Cylindrical-coordinate representation of color #02FFD0: hue angle of 168.85º 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 #02FFD0 is Cyan = 0.99, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 255 | 208 | - |
| CMYK | 0.99 | 0 | 0.18 | 0 |
| HSL | 168.85º | 1% | 0.5% | - |
| HSV(B) | 168.85º | 0.99% | 1% | - |
| XYZ | 47.17 | 76.09 | 71.87 | - |
| YUV | 174 | 147.18 | 5.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 255 | 208 | 0.99 | 0 | 0.18 | 0 | 168.85 | 1 | 0.5 |
| Hex | 2 | FF | D0 | 63 | 0 | 12 | 0 | A9 | 64 | 32 |
| Octal | 2 | 377 | 320 | 143 | 0 | 22 | 0 | 251 | 144 | 62 |
| Binary | 10 | 11111111 | 11010000 | 1100011 | 0 | 10010 | 0 | 10101001 | 1100100 | 110010 |
Color Harmonies of #02FFD0
Complementary color
Monochromatic Colors of #02FFD0
Black with #02FFD0
Text Example
Text Example
White with #02FFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FFD0; }
p { color: rgb(2,255,208); }
H1.HeaderClassName
{
color: #02FFD0;
}
.AnyTagClassName
{
color: #02FFD0;
}
</style>
background-color css
<style>
a { background-color: #02FFD0; }
a { background-color: rgb(2,255,208); }
div.DivClassName
{
background-color: #02FFD0;
}
.BgClassName
{
background-color: #02FFD0;
}
</style>
border-color css
<style>
span { border-color: #02FFD0; }
span { border-color: rgb(2,255,208); }
td.TdClassName
{
border-color: #02FFD0;
}
.TagClassName
{
border-color: #02FFD0;
}
</style>