Shades of Bright Turquoise #02ECC6
Tints of Bright Turquoise #02ECC6
RGB
CMYK
RGB Variations
Color information
#02ECC6 (or 0x02ECC6) is known color: Bright Turquoise. HEX triplet: 02, EC and C6. RGB value is (2,236,198). Sum of RGB (Red+Green+Blue) = 2+236+198=436 (57% of max value = 765). Red value is 2 (1.17% from 255 or 0.46% from 436); Green value is 236 (92.58% from 255 or 54.13% from 436); Blue value is 198 (77.73% from 255 or 45.41% from 436); Max value from RGB is 236 - color contains mainly: green. Hex color #02ECC6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02ECC6 is #FD1339. Grayscale: #A1A1A1. Windows color (decimal): -16585530 or 13036546. OLE color: 13036546.
HSL color Cylindrical-coordinate representation of color #02ECC6: hue angle of 170.26º 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 #02ECC6 is Cyan = 0.99, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 236 | 198 | - |
| CMYK | 0.99 | 0 | 0.16 | 0.07 |
| HSL | 170.26º | 0.98% | 0.47% | - |
| HSV(B) | 170.26º | 0.99% | 0.93% | - |
| XYZ | 40.21 | 64.08 | 63.68 | - |
| YUV | 161.7 | 148.48 | 14.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 236 | 198 | 0.99 | 0 | 0.16 | 0.07 | 170.26 | 0.98 | 0.47 |
| Hex | 2 | EC | C6 | 63 | 0 | 10 | 7 | AA | 62 | 2F |
| Octal | 2 | 354 | 306 | 143 | 0 | 20 | 7 | 252 | 142 | 57 |
| Binary | 10 | 11101100 | 11000110 | 1100011 | 0 | 10000 | 111 | 10101010 | 1100010 | 101111 |
Color Harmonies of #02ECC6
Complementary color
Monochromatic Colors of #02ECC6
Black with #02ECC6
Text Example
Text Example
White with #02ECC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02ECC6; }
p { color: rgb(2,236,198); }
H1.HeaderClassName
{
color: #02ECC6;
}
.AnyTagClassName
{
color: #02ECC6;
}
</style>
background-color css
<style>
a { background-color: #02ECC6; }
a { background-color: rgb(2,236,198); }
div.DivClassName
{
background-color: #02ECC6;
}
.BgClassName
{
background-color: #02ECC6;
}
</style>
border-color css
<style>
span { border-color: #02ECC6; }
span { border-color: rgb(2,236,198); }
td.TdClassName
{
border-color: #02ECC6;
}
.TagClassName
{
border-color: #02ECC6;
}
</style>