Shades of Turquoise #21ECBC
Tints of Turquoise #21ECBC
RGB
CMYK
RGB Variations
Color information
#21ECBC (or 0x21ECBC) is known color: Turquoise. HEX triplet: 21, EC and BC. RGB value is (33,236,188). Sum of RGB (Red+Green+Blue) = 33+236+188=457 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.22% from 457); Green value is 236 (92.58% from 255 or 51.64% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 236 - color contains mainly: green. Hex color #21ECBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21ECBC is #DE1343. Grayscale: #A9A9A9. Windows color (decimal): -14553924 or 12381217. OLE color: 12381217.
HSL color Cylindrical-coordinate representation of color #21ECBC: hue angle of 165.81º 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 #21ECBC is Cyan = 0.86, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 236 | 188 | - |
| CMYK | 0.86 | 0 | 0.20 | 0.07 |
| HSL | 165.81º | 0.84% | 0.53% | - |
| HSV(B) | 165.81º | 0.86% | 0.93% | - |
| XYZ | 39.7 | 63.95 | 57.83 | - |
| YUV | 169.83 | 138.25 | 30.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 236 | 188 | 0.86 | 0 | 0.20 | 0.07 | 165.81 | 0.84 | 0.53 |
| Hex | 21 | EC | BC | 56 | 0 | 14 | 7 | A6 | 54 | 35 |
| Octal | 41 | 354 | 274 | 126 | 0 | 24 | 7 | 246 | 124 | 65 |
| Binary | 100001 | 11101100 | 10111100 | 1010110 | 0 | 10100 | 111 | 10100110 | 1010100 | 110101 |
Color Harmonies of #21ECBC
Complementary color
Monochromatic Colors of #21ECBC
Black with #21ECBC
Text Example
Text Example
White with #21ECBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21ECBC; }
p { color: rgb(33,236,188); }
H1.HeaderClassName
{
color: #21ECBC;
}
.AnyTagClassName
{
color: #21ECBC;
}
</style>
background-color css
<style>
a { background-color: #21ECBC; }
a { background-color: rgb(33,236,188); }
div.DivClassName
{
background-color: #21ECBC;
}
.BgClassName
{
background-color: #21ECBC;
}
</style>
border-color css
<style>
span { border-color: #21ECBC; }
span { border-color: rgb(33,236,188); }
td.TdClassName
{
border-color: #21ECBC;
}
.TagClassName
{
border-color: #21ECBC;
}
</style>