Shades of Bright Turquoise #02FEDB
Tints of Bright Turquoise #02FEDB
RGB
CMYK
RGB Variations
Color information
#02FEDB (or 0x02FEDB) is known color: Bright Turquoise. HEX triplet: 02, FE and DB. RGB value is (2,254,219). Sum of RGB (Red+Green+Blue) = 2+254+219=475 (62% of max value = 765). Red value is 2 (1.17% from 255 or 0.42% from 475); Green value is 254 (99.61% from 255 or 53.47% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 254 - color contains mainly: green. Hex color #02FEDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02FEDB is #FD0124. Grayscale: #AEAEAE. Windows color (decimal): -16580901 or 14417410. OLE color: 14417410.
HSL color Cylindrical-coordinate representation of color #02FEDB: hue angle of 171.67º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02FEDB is Cyan = 0.99, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 254 | 219 | - |
| CMYK | 0.99 | 0 | 0.14 | 0.00 |
| HSL | 171.67º | 0.99% | 0.5% | - |
| HSV(B) | 171.67º | 0.99% | 1% | - |
| XYZ | 48.25 | 76.01 | 79.15 | - |
| YUV | 174.66 | 153.01 | 4.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 254 | 219 | 0.99 | 0 | 0.14 | 0.00 | 171.67 | 0.99 | 0.5 |
| Hex | 2 | FE | DB | 63 | 0 | E | 0 | AC | 63 | 32 |
| Octal | 2 | 376 | 333 | 143 | 0 | 16 | 0 | 254 | 143 | 62 |
| Binary | 10 | 11111110 | 11011011 | 1100011 | 0 | 1110 | 0 | 10101100 | 1100011 | 110010 |
Color Harmonies of #02FEDB
Complementary color
Monochromatic Colors of #02FEDB
Black with #02FEDB
Text Example
Text Example
White with #02FEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FEDB; }
p { color: rgb(2,254,219); }
H1.HeaderClassName
{
color: #02FEDB;
}
.AnyTagClassName
{
color: #02FEDB;
}
</style>
background-color css
<style>
a { background-color: #02FEDB; }
a { background-color: rgb(2,254,219); }
div.DivClassName
{
background-color: #02FEDB;
}
.BgClassName
{
background-color: #02FEDB;
}
</style>
border-color css
<style>
span { border-color: #02FEDB; }
span { border-color: rgb(2,254,219); }
td.TdClassName
{
border-color: #02FEDB;
}
.TagClassName
{
border-color: #02FEDB;
}
</style>