Shades of Turquoise #21ECC6
Tints of Turquoise #21ECC6
RGB
CMYK
RGB Variations
Color information
#21ECC6 (or 0x21ECC6) is known color: Turquoise. HEX triplet: 21, EC and C6. RGB value is (33,236,198). Sum of RGB (Red+Green+Blue) = 33+236+198=467 (61% of max value = 765). Red value is 33 (13.28% from 255 or 7.07% from 467); Green value is 236 (92.58% from 255 or 50.54% from 467); Blue value is 198 (77.73% from 255 or 42.40% from 467); Max value from RGB is 236 - color contains mainly: green. Hex color #21ECC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21ECC6 is #DE1339. Grayscale: #AAAAAA. Windows color (decimal): -14553914 or 13036577. OLE color: 13036577.
HSL color Cylindrical-coordinate representation of color #21ECC6: hue angle of 168.77º 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 #21ECC6 is Cyan = 0.86, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 236 | 198 | - |
| CMYK | 0.86 | 0 | 0.16 | 0.07 |
| HSL | 168.77º | 0.84% | 0.53% | - |
| HSV(B) | 168.77º | 0.86% | 0.93% | - |
| XYZ | 40.82 | 64.39 | 63.7 | - |
| YUV | 170.97 | 143.25 | 29.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 236 | 198 | 0.86 | 0 | 0.16 | 0.07 | 168.77 | 0.84 | 0.53 |
| Hex | 21 | EC | C6 | 56 | 0 | 10 | 7 | A9 | 54 | 35 |
| Octal | 41 | 354 | 306 | 126 | 0 | 20 | 7 | 251 | 124 | 65 |
| Binary | 100001 | 11101100 | 11000110 | 1010110 | 0 | 10000 | 111 | 10101001 | 1010100 | 110101 |
Color Harmonies of #21ECC6
Complementary color
Monochromatic Colors of #21ECC6
Black with #21ECC6
Text Example
Text Example
White with #21ECC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21ECC6; }
p { color: rgb(33,236,198); }
H1.HeaderClassName
{
color: #21ECC6;
}
.AnyTagClassName
{
color: #21ECC6;
}
</style>
background-color css
<style>
a { background-color: #21ECC6; }
a { background-color: rgb(33,236,198); }
div.DivClassName
{
background-color: #21ECC6;
}
.BgClassName
{
background-color: #21ECC6;
}
</style>
border-color css
<style>
span { border-color: #21ECC6; }
span { border-color: rgb(33,236,198); }
td.TdClassName
{
border-color: #21ECC6;
}
.TagClassName
{
border-color: #21ECC6;
}
</style>