Shades of Bright Turquoise #02FFDC
Tints of Bright Turquoise #02FFDC
RGB
CMYK
RGB Variations
Color information
#02FFDC (or 0x02FFDC) is known color: Bright Turquoise. HEX triplet: 02, FF and DC. RGB value is (2,255,220). Sum of RGB (Red+Green+Blue) = 2+255+220=477 (63% of max value = 765). Red value is 2 (1.17% from 255 or 0.42% from 477); Green value is 255 (100% from 255 or 53.46% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 255 - color contains mainly: green. Hex color #02FFDC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02FFDC is #FD0023. Grayscale: #AFAFAF. Windows color (decimal): -16580644 or 14483202. OLE color: 14483202.
HSL color Cylindrical-coordinate representation of color #02FFDC: hue angle of 171.7º 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 #02FFDC is Cyan = 0.99, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 255 | 220 | - |
| CMYK | 0.99 | 0 | 0.14 | 0 |
| HSL | 171.7º | 1% | 0.5% | - |
| HSV(B) | 171.7º | 0.99% | 1% | - |
| XYZ | 48.7 | 76.7 | 79.95 | - |
| YUV | 175.36 | 153.18 | 4.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 255 | 220 | 0.99 | 0 | 0.14 | 0 | 171.7 | 1 | 0.5 |
| Hex | 2 | FF | DC | 63 | 0 | E | 0 | AC | 64 | 32 |
| Octal | 2 | 377 | 334 | 143 | 0 | 16 | 0 | 254 | 144 | 62 |
| Binary | 10 | 11111111 | 11011100 | 1100011 | 0 | 1110 | 0 | 10101100 | 1100100 | 110010 |
Color Harmonies of #02FFDC
Complementary color
Monochromatic Colors of #02FFDC
Black with #02FFDC
Text Example
Text Example
White with #02FFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FFDC; }
p { color: rgb(2,255,220); }
H1.HeaderClassName
{
color: #02FFDC;
}
.AnyTagClassName
{
color: #02FFDC;
}
</style>
background-color css
<style>
a { background-color: #02FFDC; }
a { background-color: rgb(2,255,220); }
div.DivClassName
{
background-color: #02FFDC;
}
.BgClassName
{
background-color: #02FFDC;
}
</style>
border-color css
<style>
span { border-color: #02FFDC; }
span { border-color: rgb(2,255,220); }
td.TdClassName
{
border-color: #02FFDC;
}
.TagClassName
{
border-color: #02FFDC;
}
</style>