Shades of Bright Turquoise #02ECE5
Tints of Bright Turquoise #02ECE5
RGB
CMYK
RGB Variations
Color information
#02ECE5 (or 0x02ECE5) is known color: Bright Turquoise. HEX triplet: 02, EC and E5. RGB value is (2,236,229). Sum of RGB (Red+Green+Blue) = 2+236+229=467 (61% of max value = 765). Red value is 2 (1.17% from 255 or 0.43% from 467); Green value is 236 (92.58% from 255 or 50.54% from 467); Blue value is 229 (89.84% from 255 or 49.04% from 467); Max value from RGB is 236 - color contains mainly: green. Hex color #02ECE5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02ECE5 is #FD131A. Grayscale: #A5A5A5. Windows color (decimal): -16585499 or 15068162. OLE color: 15068162.
HSL color Cylindrical-coordinate representation of color #02ECE5: hue angle of 178.21º 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 #02ECE5 is Cyan = 0.99, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 236 | 229 | - |
| CMYK | 0.99 | 0 | 0.03 | 0.07 |
| HSL | 178.21º | 0.98% | 0.47% | - |
| HSV(B) | 178.21º | 0.99% | 0.93% | - |
| XYZ | 44.16 | 65.66 | 84.47 | - |
| YUV | 165.24 | 163.98 | 11.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 236 | 229 | 0.99 | 0 | 0.03 | 0.07 | 178.21 | 0.98 | 0.47 |
| Hex | 2 | EC | E5 | 63 | 0 | 3 | 7 | B2 | 62 | 2F |
| Octal | 2 | 354 | 345 | 143 | 0 | 3 | 7 | 262 | 142 | 57 |
| Binary | 10 | 11101100 | 11100101 | 1100011 | 0 | 11 | 111 | 10110010 | 1100010 | 101111 |
Color Harmonies of #02ECE5
Complementary color
Monochromatic Colors of #02ECE5
Black with #02ECE5
Text Example
Text Example
White with #02ECE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02ECE5; }
p { color: rgb(2,236,229); }
H1.HeaderClassName
{
color: #02ECE5;
}
.AnyTagClassName
{
color: #02ECE5;
}
</style>
background-color css
<style>
a { background-color: #02ECE5; }
a { background-color: rgb(2,236,229); }
div.DivClassName
{
background-color: #02ECE5;
}
.BgClassName
{
background-color: #02ECE5;
}
</style>
border-color css
<style>
span { border-color: #02ECE5; }
span { border-color: rgb(2,236,229); }
td.TdClassName
{
border-color: #02ECE5;
}
.TagClassName
{
border-color: #02ECE5;
}
</style>