Shades of Bright Turquoise #02EDDD
Tints of Bright Turquoise #02EDDD
RGB
CMYK
RGB Variations
Color information
#02EDDD (or 0x02EDDD) is known color: Bright Turquoise. HEX triplet: 02, ED and DD. RGB value is (2,237,221). Sum of RGB (Red+Green+Blue) = 2+237+221=460 (60% of max value = 765). Red value is 2 (1.17% from 255 or 0.43% from 460); Green value is 237 (92.97% from 255 or 51.52% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 237 - color contains mainly: green. Hex color #02EDDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02EDDD is #FD1222. Grayscale: #A4A4A4. Windows color (decimal): -16585251 or 14544130. OLE color: 14544130.
HSL color Cylindrical-coordinate representation of color #02EDDD: hue angle of 175.91º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02EDDD is Cyan = 0.99, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 237 | 221 | - |
| CMYK | 0.99 | 0 | 0.07 | 0.07 |
| HSL | 175.91º | 0.98% | 0.47% | - |
| HSV(B) | 175.91º | 0.99% | 0.93% | - |
| XYZ | 43.36 | 65.8 | 78.82 | - |
| YUV | 164.91 | 159.64 | 11.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 237 | 221 | 0.99 | 0 | 0.07 | 0.07 | 175.91 | 0.98 | 0.47 |
| Hex | 2 | ED | DD | 63 | 0 | 7 | 7 | B0 | 62 | 2F |
| Octal | 2 | 355 | 335 | 143 | 0 | 7 | 7 | 260 | 142 | 57 |
| Binary | 10 | 11101101 | 11011101 | 1100011 | 0 | 111 | 111 | 10110000 | 1100010 | 101111 |
Color Harmonies of #02EDDD
Complementary color
Monochromatic Colors of #02EDDD
Black with #02EDDD
Text Example
Text Example
White with #02EDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02EDDD; }
p { color: rgb(2,237,221); }
H1.HeaderClassName
{
color: #02EDDD;
}
.AnyTagClassName
{
color: #02EDDD;
}
</style>
background-color css
<style>
a { background-color: #02EDDD; }
a { background-color: rgb(2,237,221); }
div.DivClassName
{
background-color: #02EDDD;
}
.BgClassName
{
background-color: #02EDDD;
}
</style>
border-color css
<style>
span { border-color: #02EDDD; }
span { border-color: rgb(2,237,221); }
td.TdClassName
{
border-color: #02EDDD;
}
.TagClassName
{
border-color: #02EDDD;
}
</style>