Shades of Bright Turquoise #02ECDD
Tints of Bright Turquoise #02ECDD
RGB
CMYK
RGB Variations
Color information
#02ECDD (or 0x02ECDD) is known color: Bright Turquoise. HEX triplet: 02, EC and DD. RGB value is (2,236,221). Sum of RGB (Red+Green+Blue) = 2+236+221=459 (60% of max value = 765). Red value is 2 (1.17% from 255 or 0.44% from 459); Green value is 236 (92.58% from 255 or 51.42% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 236 - color contains mainly: green. Hex color #02ECDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02ECDD is #FD1322. Grayscale: #A4A4A4. Windows color (decimal): -16585507 or 14543874. OLE color: 14543874.
HSL color Cylindrical-coordinate representation of color #02ECDD: hue angle of 176.15º 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 #02ECDD is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 236 | 221 | - |
| CMYK | 0.99 | 0 | 0.06 | 0.07 |
| HSL | 176.15º | 0.98% | 0.47% | - |
| HSV(B) | 176.15º | 0.99% | 0.93% | - |
| XYZ | 43.07 | 65.22 | 78.73 | - |
| YUV | 164.32 | 159.98 | 12.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 236 | 221 | 0.99 | 0 | 0.06 | 0.07 | 176.15 | 0.98 | 0.47 |
| Hex | 2 | EC | DD | 63 | 0 | 6 | 7 | B0 | 62 | 2F |
| Octal | 2 | 354 | 335 | 143 | 0 | 6 | 7 | 260 | 142 | 57 |
| Binary | 10 | 11101100 | 11011101 | 1100011 | 0 | 110 | 111 | 10110000 | 1100010 | 101111 |
Color Harmonies of #02ECDD
Complementary color
Monochromatic Colors of #02ECDD
Black with #02ECDD
Text Example
Text Example
White with #02ECDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02ECDD; }
p { color: rgb(2,236,221); }
H1.HeaderClassName
{
color: #02ECDD;
}
.AnyTagClassName
{
color: #02ECDD;
}
</style>
background-color css
<style>
a { background-color: #02ECDD; }
a { background-color: rgb(2,236,221); }
div.DivClassName
{
background-color: #02ECDD;
}
.BgClassName
{
background-color: #02ECDD;
}
</style>
border-color css
<style>
span { border-color: #02ECDD; }
span { border-color: rgb(2,236,221); }
td.TdClassName
{
border-color: #02ECDD;
}
.TagClassName
{
border-color: #02ECDD;
}
</style>