Shades of Bright Turquoise #02ECD4
Tints of Bright Turquoise #02ECD4
RGB
CMYK
RGB Variations
Color information
#02ECD4 (or 0x02ECD4) is known color: Bright Turquoise. HEX triplet: 02, EC and D4. RGB value is (2,236,212). Sum of RGB (Red+Green+Blue) = 2+236+212=450 (59% of max value = 765). Red value is 2 (1.17% from 255 or 0.44% from 450); Green value is 236 (92.58% from 255 or 52.44% from 450); Blue value is 212 (83.20% from 255 or 47.11% from 450); Max value from RGB is 236 - color contains mainly: green. Hex color #02ECD4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02ECD4 is #FD132B. Grayscale: #A3A3A3. Windows color (decimal): -16585516 or 13954050. OLE color: 13954050.
HSL color Cylindrical-coordinate representation of color #02ECD4: hue angle of 173.85º 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 #02ECD4 is Cyan = 0.99, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 236 | 212 | - |
| CMYK | 0.99 | 0 | 0.10 | 0.07 |
| HSL | 173.85º | 0.98% | 0.47% | - |
| HSV(B) | 173.85º | 0.99% | 0.93% | - |
| XYZ | 41.9 | 64.76 | 72.58 | - |
| YUV | 163.3 | 155.48 | 12.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 236 | 212 | 0.99 | 0 | 0.10 | 0.07 | 173.85 | 0.98 | 0.47 |
| Hex | 2 | EC | D4 | 63 | 0 | A | 7 | AE | 62 | 2F |
| Octal | 2 | 354 | 324 | 143 | 0 | 12 | 7 | 256 | 142 | 57 |
| Binary | 10 | 11101100 | 11010100 | 1100011 | 0 | 1010 | 111 | 10101110 | 1100010 | 101111 |
Color Harmonies of #02ECD4
Complementary color
Monochromatic Colors of #02ECD4
Black with #02ECD4
Text Example
Text Example
White with #02ECD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02ECD4; }
p { color: rgb(2,236,212); }
H1.HeaderClassName
{
color: #02ECD4;
}
.AnyTagClassName
{
color: #02ECD4;
}
</style>
background-color css
<style>
a { background-color: #02ECD4; }
a { background-color: rgb(2,236,212); }
div.DivClassName
{
background-color: #02ECD4;
}
.BgClassName
{
background-color: #02ECD4;
}
</style>
border-color css
<style>
span { border-color: #02ECD4; }
span { border-color: rgb(2,236,212); }
td.TdClassName
{
border-color: #02ECD4;
}
.TagClassName
{
border-color: #02ECD4;
}
</style>