Shades of Bright Turquoise #02FFDB
Tints of Bright Turquoise #02FFDB
RGB
CMYK
RGB Variations
Color information
#02FFDB (or 0x02FFDB) is known color: Bright Turquoise. HEX triplet: 02, FF and DB. RGB value is (2,255,219). Sum of RGB (Red+Green+Blue) = 2+255+219=476 (63% of max value = 765). Red value is 2 (1.17% from 255 or 0.42% from 476); Green value is 255 (100% from 255 or 53.57% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 255 - color contains mainly: green. Hex color #02FFDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02FFDB is #FD0024. Grayscale: #AFAFAF. Windows color (decimal): -16580645 or 14417666. OLE color: 14417666.
HSL color Cylindrical-coordinate representation of color #02FFDB: hue angle of 171.46º 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 #02FFDB is Cyan = 0.99, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 255 | 219 | - |
| CMYK | 0.99 | 0 | 0.14 | 0 |
| HSL | 171.46º | 1% | 0.5% | - |
| HSV(B) | 171.46º | 0.99% | 1% | - |
| XYZ | 48.57 | 76.65 | 79.25 | - |
| YUV | 175.25 | 152.68 | 4.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 255 | 219 | 0.99 | 0 | 0.14 | 0 | 171.46 | 1 | 0.5 |
| Hex | 2 | FF | DB | 63 | 0 | E | 0 | AB | 64 | 32 |
| Octal | 2 | 377 | 333 | 143 | 0 | 16 | 0 | 253 | 144 | 62 |
| Binary | 10 | 11111111 | 11011011 | 1100011 | 0 | 1110 | 0 | 10101011 | 1100100 | 110010 |
Color Harmonies of #02FFDB
Complementary color
Monochromatic Colors of #02FFDB
Black with #02FFDB
Text Example
Text Example
White with #02FFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FFDB; }
p { color: rgb(2,255,219); }
H1.HeaderClassName
{
color: #02FFDB;
}
.AnyTagClassName
{
color: #02FFDB;
}
</style>
background-color css
<style>
a { background-color: #02FFDB; }
a { background-color: rgb(2,255,219); }
div.DivClassName
{
background-color: #02FFDB;
}
.BgClassName
{
background-color: #02FFDB;
}
</style>
border-color css
<style>
span { border-color: #02FFDB; }
span { border-color: rgb(2,255,219); }
td.TdClassName
{
border-color: #02FFDB;
}
.TagClassName
{
border-color: #02FFDB;
}
</style>