Shades of Turquoise #21ECBE
Tints of Turquoise #21ECBE
RGB
CMYK
RGB Variations
Color information
#21ECBE (or 0x21ECBE) is known color: Turquoise. HEX triplet: 21, EC and BE. RGB value is (33,236,190). Sum of RGB (Red+Green+Blue) = 33+236+190=459 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.19% from 459); Green value is 236 (92.58% from 255 or 51.42% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 236 - color contains mainly: green. Hex color #21ECBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21ECBE is #DE1341. Grayscale: #AAAAAA. Windows color (decimal): -14553922 or 12512289. OLE color: 12512289.
HSL color Cylindrical-coordinate representation of color #21ECBE: hue angle of 166.4º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21ECBE is Cyan = 0.86, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 236 | 190 | - |
| CMYK | 0.86 | 0 | 0.19 | 0.07 |
| HSL | 166.4º | 0.84% | 0.53% | - |
| HSV(B) | 166.4º | 0.86% | 0.93% | - |
| XYZ | 39.92 | 64.03 | 58.97 | - |
| YUV | 170.06 | 139.25 | 30.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 236 | 190 | 0.86 | 0 | 0.19 | 0.07 | 166.4 | 0.84 | 0.53 |
| Hex | 21 | EC | BE | 56 | 0 | 13 | 7 | A6 | 54 | 35 |
| Octal | 41 | 354 | 276 | 126 | 0 | 23 | 7 | 246 | 124 | 65 |
| Binary | 100001 | 11101100 | 10111110 | 1010110 | 0 | 10011 | 111 | 10100110 | 1010100 | 110101 |
Color Harmonies of #21ECBE
Complementary color
Monochromatic Colors of #21ECBE
Black with #21ECBE
Text Example
Text Example
White with #21ECBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21ECBE; }
p { color: rgb(33,236,190); }
H1.HeaderClassName
{
color: #21ECBE;
}
.AnyTagClassName
{
color: #21ECBE;
}
</style>
background-color css
<style>
a { background-color: #21ECBE; }
a { background-color: rgb(33,236,190); }
div.DivClassName
{
background-color: #21ECBE;
}
.BgClassName
{
background-color: #21ECBE;
}
</style>
border-color css
<style>
span { border-color: #21ECBE; }
span { border-color: rgb(33,236,190); }
td.TdClassName
{
border-color: #21ECBE;
}
.TagClassName
{
border-color: #21ECBE;
}
</style>