Shades of Bright Turquoise #02ECDB
Tints of Bright Turquoise #02ECDB
RGB
CMYK
RGB Variations
Color information
#02ECDB (or 0x02ECDB) is known color: Bright Turquoise. HEX triplet: 02, EC and DB. RGB value is (2,236,219). Sum of RGB (Red+Green+Blue) = 2+236+219=457 (60% of max value = 765). Red value is 2 (1.17% from 255 or 0.44% from 457); Green value is 236 (92.58% from 255 or 51.64% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 236 - color contains mainly: green. Hex color #02ECDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02ECDB is #FD1324. Grayscale: #A3A3A3. Windows color (decimal): -16585509 or 14412802. OLE color: 14412802.
HSL color Cylindrical-coordinate representation of color #02ECDB: hue angle of 175.64º 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 #02ECDB is Cyan = 0.99, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 2 | 236 | 219 | - |
CMYK | 0.99 | 0 | 0.07 | 0.07 |
HSL | 175.64º | 0.98% | 0.47% | - |
HSV(B) | 175.64º | 0.99% | 0.93% | - |
XYZ | 42.81 | 65.12 | 77.33 | - |
YUV | 164.1 | 158.98 | 12.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 2 | 236 | 219 | 0.99 | 0 | 0.07 | 0.07 | 175.64 | 0.98 | 0.47 |
Hex | 2 | EC | DB | 63 | 0 | 7 | 7 | B0 | 62 | 2F |
Octal | 2 | 354 | 333 | 143 | 0 | 7 | 7 | 260 | 142 | 57 |
Binary | 10 | 11101100 | 11011011 | 1100011 | 0 | 111 | 111 | 10110000 | 1100010 | 101111 |
Color Harmonies of #02ECDB
Complementary color
Monochromatic Colors of #02ECDB
Black with #02ECDB
Text Example
Text Example
White with #02ECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02ECDB; }
p { color: rgb(2,236,219); }
H1.HeaderClassName
{
color: #02ECDB;
}
.AnyTagClassName
{
color: #02ECDB;
}
</style>
background-color css
<style>
a { background-color: #02ECDB; }
a { background-color: rgb(2,236,219); }
div.DivClassName
{
background-color: #02ECDB;
}
.BgClassName
{
background-color: #02ECDB;
}
</style>
border-color css
<style>
span { border-color: #02ECDB; }
span { border-color: rgb(2,236,219); }
td.TdClassName
{
border-color: #02ECDB;
}
.TagClassName
{
border-color: #02ECDB;
}
</style>