Shades of Bright Turquoise #02ECEA
Tints of Bright Turquoise #02ECEA
RGB
CMYK
RGB Variations
Color information
#02ECEA (or 0x02ECEA) is known color: Bright Turquoise. HEX triplet: 02, EC and EA. RGB value is (2,236,234). Sum of RGB (Red+Green+Blue) = 2+236+234=472 (62% of max value = 765). Red value is 2 (1.17% from 255 or 0.42% from 472); Green value is 236 (92.58% from 255 or 50% from 472); Blue value is 234 (91.80% from 255 or 49.58% from 472); Max value from RGB is 236 - color contains mainly: green. Hex color #02ECEA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #02ECEA is #FD1315. Grayscale: #A5A5A5. Windows color (decimal): -16585494 or 15395842. OLE color: 15395842.
HSL color Cylindrical-coordinate representation of color #02ECEA: hue angle of 179.49º 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 #02ECEA is Cyan = 0.99, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 236 | 234 | - |
| CMYK | 0.99 | 0 | 0.01 | 0.07 |
| HSL | 179.49º | 0.98% | 0.47% | - |
| HSV(B) | 179.49º | 0.99% | 0.93% | - |
| XYZ | 44.87 | 65.94 | 88.21 | - |
| YUV | 165.81 | 166.48 | 11.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 236 | 234 | 0.99 | 0 | 0.01 | 0.07 | 179.49 | 0.98 | 0.47 |
| Hex | 2 | EC | EA | 63 | 0 | 1 | 7 | B3 | 62 | 2F |
| Octal | 2 | 354 | 352 | 143 | 0 | 1 | 7 | 263 | 142 | 57 |
| Binary | 10 | 11101100 | 11101010 | 1100011 | 0 | 1 | 111 | 10110011 | 1100010 | 101111 |
Color Harmonies of #02ECEA
Complementary color
Monochromatic Colors of #02ECEA
Black with #02ECEA
Text Example
Text Example
White with #02ECEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02ECEA; }
p { color: rgb(2,236,234); }
H1.HeaderClassName
{
color: #02ECEA;
}
.AnyTagClassName
{
color: #02ECEA;
}
</style>
background-color css
<style>
a { background-color: #02ECEA; }
a { background-color: rgb(2,236,234); }
div.DivClassName
{
background-color: #02ECEA;
}
.BgClassName
{
background-color: #02ECEA;
}
</style>
border-color css
<style>
span { border-color: #02ECEA; }
span { border-color: rgb(2,236,234); }
td.TdClassName
{
border-color: #02ECEA;
}
.TagClassName
{
border-color: #02ECEA;
}
</style>