Shades of Turquoise #21EDC0
Tints of Turquoise #21EDC0
RGB
CMYK
RGB Variations
Color information
#21EDC0 (or 0x21EDC0) is known color: Turquoise. HEX triplet: 21, ED and C0. RGB value is (33,237,192). Sum of RGB (Red+Green+Blue) = 33+237+192=462 (61% of max value = 765). Red value is 33 (13.28% from 255 or 7.14% from 462); Green value is 237 (92.97% from 255 or 51.30% from 462); Blue value is 192 (75.39% from 255 or 41.56% from 462); Max value from RGB is 237 - color contains mainly: green. Hex color #21EDC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21EDC0 is #DE123F. Grayscale: #AAAAAA. Windows color (decimal): -14553664 or 12643617. OLE color: 12643617.
HSL color Cylindrical-coordinate representation of color #21EDC0: hue angle of 166.76º degrees, saturation: 0.85, 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 #21EDC0 is Cyan = 0.86, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 237 | 192 | - |
| CMYK | 0.86 | 0 | 0.19 | 0.07 |
| HSL | 166.76º | 0.85% | 0.53% | - |
| HSV(B) | 166.76º | 0.86% | 0.93% | - |
| XYZ | 40.43 | 64.7 | 60.23 | - |
| YUV | 170.87 | 139.91 | 29.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 237 | 192 | 0.86 | 0 | 0.19 | 0.07 | 166.76 | 0.85 | 0.53 |
| Hex | 21 | ED | C0 | 56 | 0 | 13 | 7 | A7 | 55 | 35 |
| Octal | 41 | 355 | 300 | 126 | 0 | 23 | 7 | 247 | 125 | 65 |
| Binary | 100001 | 11101101 | 11000000 | 1010110 | 0 | 10011 | 111 | 10100111 | 1010101 | 110101 |
Color Harmonies of #21EDC0
Complementary color
Monochromatic Colors of #21EDC0
Black with #21EDC0
Text Example
Text Example
White with #21EDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21EDC0; }
p { color: rgb(33,237,192); }
H1.HeaderClassName
{
color: #21EDC0;
}
.AnyTagClassName
{
color: #21EDC0;
}
</style>
background-color css
<style>
a { background-color: #21EDC0; }
a { background-color: rgb(33,237,192); }
div.DivClassName
{
background-color: #21EDC0;
}
.BgClassName
{
background-color: #21EDC0;
}
</style>
border-color css
<style>
span { border-color: #21EDC0; }
span { border-color: rgb(33,237,192); }
td.TdClassName
{
border-color: #21EDC0;
}
.TagClassName
{
border-color: #21EDC0;
}
</style>