Shades of Bright Turquoise #02EDEF
Tints of Bright Turquoise #02EDEF
RGB
CMYK
RGB Variations
Color information
#02EDEF (or 0x02EDEF) is known color: Bright Turquoise. HEX triplet: 02, ED and EF. RGB value is (2,237,239). Sum of RGB (Red+Green+Blue) = 2+237+239=478 (63% of max value = 765). Red value is 2 (1.17% from 255 or 0.42% from 478); Green value is 237 (92.97% from 255 or 49.58% from 478); Blue value is 239 (93.75% from 255 or 50% from 478); Max value from RGB is 239 - color contains mainly: blue. Hex color #02EDEF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #02EDEF is #FD1210. Grayscale: #A6A6A6. Windows color (decimal): -16585233 or 15723778. OLE color: 15723778.
HSL color Cylindrical-coordinate representation of color #02EDEF: hue angle of 180.51º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02EDEF is Cyan = 0.99, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 2 | 237 | 239 | - |
| CMYK | 0.99 | 0.01 | 0 | 0.06 |
| HSL | 180.51º | 0.98% | 0.47% | - |
| HSV(B) | 180.51º | 0.99% | 0.94% | - |
| XYZ | 45.89 | 66.81 | 92.14 | - |
| YUV | 166.96 | 168.64 | 10.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 237 | 239 | 0.99 | 0.01 | 0 | 0.06 | 180.51 | 0.98 | 0.47 |
| Hex | 2 | ED | EF | 63 | 1 | 0 | 6 | B5 | 62 | 2F |
| Octal | 2 | 355 | 357 | 143 | 1 | 0 | 6 | 265 | 142 | 57 |
| Binary | 10 | 11101101 | 11101111 | 1100011 | 1 | 0 | 110 | 10110101 | 1100010 | 101111 |
Color Harmonies of #02EDEF
Complementary color
Monochromatic Colors of #02EDEF
Black with #02EDEF
Text Example
Text Example
White with #02EDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02EDEF; }
p { color: rgb(2,237,239); }
H1.HeaderClassName
{
color: #02EDEF;
}
.AnyTagClassName
{
color: #02EDEF;
}
</style>
background-color css
<style>
a { background-color: #02EDEF; }
a { background-color: rgb(2,237,239); }
div.DivClassName
{
background-color: #02EDEF;
}
.BgClassName
{
background-color: #02EDEF;
}
</style>
border-color css
<style>
span { border-color: #02EDEF; }
span { border-color: rgb(2,237,239); }
td.TdClassName
{
border-color: #02EDEF;
}
.TagClassName
{
border-color: #02EDEF;
}
</style>