Shades of Turquoise #21EBC4
Tints of Turquoise #21EBC4
RGB
CMYK
RGB Variations
Color information
#21EBC4 (or 0x21EBC4) is known color: Turquoise. HEX triplet: 21, EB and C4. RGB value is (33,235,196). Sum of RGB (Red+Green+Blue) = 33+235+196=464 (61% of max value = 765). Red value is 33 (13.28% from 255 or 7.11% from 464); Green value is 235 (92.19% from 255 or 50.65% from 464); Blue value is 196 (76.95% from 255 or 42.24% from 464); Max value from RGB is 235 - color contains mainly: green. Hex color #21EBC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21EBC4 is #DE143B. Grayscale: #AAAAAA. Windows color (decimal): -14554172 or 12905249. OLE color: 12905249.
HSL color Cylindrical-coordinate representation of color #21EBC4: hue angle of 168.42º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21EBC4 is Cyan = 0.86, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 33 | 235 | 196 | - |
| CMYK | 0.86 | 0 | 0.17 | 0.08 |
| HSL | 168.42º | 0.83% | 0.53% | - |
| HSV(B) | 168.42º | 0.86% | 0.92% | - |
| XYZ | 40.3 | 63.73 | 62.4 | - |
| YUV | 170.16 | 142.58 | 30.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 235 | 196 | 0.86 | 0 | 0.17 | 0.08 | 168.42 | 0.83 | 0.53 |
| Hex | 21 | EB | C4 | 56 | 0 | 11 | 8 | A8 | 53 | 35 |
| Octal | 41 | 353 | 304 | 126 | 0 | 21 | 10 | 250 | 123 | 65 |
| Binary | 100001 | 11101011 | 11000100 | 1010110 | 0 | 10001 | 1000 | 10101000 | 1010011 | 110101 |
Color Harmonies of #21EBC4
Complementary color
Monochromatic Colors of #21EBC4
Black with #21EBC4
Text Example
Text Example
White with #21EBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21EBC4; }
p { color: rgb(33,235,196); }
H1.HeaderClassName
{
color: #21EBC4;
}
.AnyTagClassName
{
color: #21EBC4;
}
</style>
background-color css
<style>
a { background-color: #21EBC4; }
a { background-color: rgb(33,235,196); }
div.DivClassName
{
background-color: #21EBC4;
}
.BgClassName
{
background-color: #21EBC4;
}
</style>
border-color css
<style>
span { border-color: #21EBC4; }
span { border-color: rgb(33,235,196); }
td.TdClassName
{
border-color: #21EBC4;
}
.TagClassName
{
border-color: #21EBC4;
}
</style>