Shades of Bright Turquoise #02FEDF
Tints of Bright Turquoise #02FEDF
RGB
CMYK
RGB Variations
Color information
#02FEDF (or 0x02FEDF) is known color: Bright Turquoise. HEX triplet: 02, FE and DF. RGB value is (2,254,223). Sum of RGB (Red+Green+Blue) = 2+254+223=479 (63% of max value = 765). Red value is 2 (1.17% from 255 or 0.42% from 479); Green value is 254 (99.61% from 255 or 53.03% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 254 - color contains mainly: green. Hex color #02FEDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02FEDF is #FD0120. Grayscale: #AEAEAE. Windows color (decimal): -16580897 or 14679554. OLE color: 14679554.
HSL color Cylindrical-coordinate representation of color #02FEDF: hue angle of 172.62º 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 #02FEDF is Cyan = 0.99, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 254 | 223 | - |
| CMYK | 0.99 | 0 | 0.12 | 0.00 |
| HSL | 172.62º | 0.99% | 0.5% | - |
| HSV(B) | 172.62º | 0.99% | 1% | - |
| XYZ | 48.79 | 76.22 | 81.95 | - |
| YUV | 175.12 | 155.01 | 4.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 254 | 223 | 0.99 | 0 | 0.12 | 0.00 | 172.62 | 0.99 | 0.5 |
| Hex | 2 | FE | DF | 63 | 0 | C | 0 | AD | 63 | 32 |
| Octal | 2 | 376 | 337 | 143 | 0 | 14 | 0 | 255 | 143 | 62 |
| Binary | 10 | 11111110 | 11011111 | 1100011 | 0 | 1100 | 0 | 10101101 | 1100011 | 110010 |
Color Harmonies of #02FEDF
Complementary color
Monochromatic Colors of #02FEDF
Black with #02FEDF
Text Example
Text Example
White with #02FEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FEDF; }
p { color: rgb(2,254,223); }
H1.HeaderClassName
{
color: #02FEDF;
}
.AnyTagClassName
{
color: #02FEDF;
}
</style>
background-color css
<style>
a { background-color: #02FEDF; }
a { background-color: rgb(2,254,223); }
div.DivClassName
{
background-color: #02FEDF;
}
.BgClassName
{
background-color: #02FEDF;
}
</style>
border-color css
<style>
span { border-color: #02FEDF; }
span { border-color: rgb(2,254,223); }
td.TdClassName
{
border-color: #02FEDF;
}
.TagClassName
{
border-color: #02FEDF;
}
</style>