Shades of Bright Turquoise #02ECC4
Tints of Bright Turquoise #02ECC4
RGB
CMYK
RGB Variations
Color information
#02ECC4 (or 0x02ECC4) is known color: Bright Turquoise. HEX triplet: 02, EC and C4. RGB value is (2,236,196). Sum of RGB (Red+Green+Blue) = 2+236+196=434 (57% of max value = 765). Red value is 2 (1.17% from 255 or 0.46% from 434); Green value is 236 (92.58% from 255 or 54.38% from 434); Blue value is 196 (76.95% from 255 or 45.16% from 434); Max value from RGB is 236 - color contains mainly: green. Hex color #02ECC4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02ECC4 is #FD133B. Grayscale: #A1A1A1. Windows color (decimal): -16585532 or 12905474. OLE color: 12905474.
HSL color Cylindrical-coordinate representation of color #02ECC4: hue angle of 169.74º 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 #02ECC4 is Cyan = 0.99, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 236 | 196 | - |
| CMYK | 0.99 | 0 | 0.17 | 0.07 |
| HSL | 169.74º | 0.98% | 0.47% | - |
| HSV(B) | 169.74º | 0.99% | 0.93% | - |
| XYZ | 39.98 | 63.99 | 62.47 | - |
| YUV | 161.47 | 147.48 | 14.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 236 | 196 | 0.99 | 0 | 0.17 | 0.07 | 169.74 | 0.98 | 0.47 |
| Hex | 2 | EC | C4 | 63 | 0 | 11 | 7 | AA | 62 | 2F |
| Octal | 2 | 354 | 304 | 143 | 0 | 21 | 7 | 252 | 142 | 57 |
| Binary | 10 | 11101100 | 11000100 | 1100011 | 0 | 10001 | 111 | 10101010 | 1100010 | 101111 |
Color Harmonies of #02ECC4
Complementary color
Monochromatic Colors of #02ECC4
Black with #02ECC4
Text Example
Text Example
White with #02ECC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02ECC4; }
p { color: rgb(2,236,196); }
H1.HeaderClassName
{
color: #02ECC4;
}
.AnyTagClassName
{
color: #02ECC4;
}
</style>
background-color css
<style>
a { background-color: #02ECC4; }
a { background-color: rgb(2,236,196); }
div.DivClassName
{
background-color: #02ECC4;
}
.BgClassName
{
background-color: #02ECC4;
}
</style>
border-color css
<style>
span { border-color: #02ECC4; }
span { border-color: rgb(2,236,196); }
td.TdClassName
{
border-color: #02ECC4;
}
.TagClassName
{
border-color: #02ECC4;
}
</style>