Shades of Bright Turquoise #21ECD4
Tints of Bright Turquoise #21ECD4
RGB
CMYK
RGB Variations
Color information
#21ECD4 (or 0x21ECD4) is known color: Bright Turquoise. HEX triplet: 21, EC and D4. RGB value is (33,236,212). Sum of RGB (Red+Green+Blue) = 33+236+212=481 (63% of max value = 765). Red value is 33 (13.28% from 255 or 6.86% from 481); Green value is 236 (92.58% from 255 or 49.06% from 481); Blue value is 212 (83.20% from 255 or 44.07% from 481); Max value from RGB is 236 - color contains mainly: green. Hex color #21ECD4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21ECD4 is #DE132B. Grayscale: #ACACAC. Windows color (decimal): -14553900 or 13954081. OLE color: 13954081.
HSL color Cylindrical-coordinate representation of color #21ECD4: hue angle of 172.91º 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 #21ECD4 is Cyan = 0.86, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 236 | 212 | - |
| CMYK | 0.86 | 0 | 0.10 | 0.07 |
| HSL | 172.91º | 0.84% | 0.53% | - |
| HSV(B) | 172.91º | 0.86% | 0.93% | - |
| XYZ | 42.51 | 65.07 | 72.61 | - |
| YUV | 172.57 | 150.25 | 28.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 236 | 212 | 0.86 | 0 | 0.10 | 0.07 | 172.91 | 0.84 | 0.53 |
| Hex | 21 | EC | D4 | 56 | 0 | A | 7 | AD | 54 | 35 |
| Octal | 41 | 354 | 324 | 126 | 0 | 12 | 7 | 255 | 124 | 65 |
| Binary | 100001 | 11101100 | 11010100 | 1010110 | 0 | 1010 | 111 | 10101101 | 1010100 | 110101 |
Color Harmonies of #21ECD4
Complementary color
Monochromatic Colors of #21ECD4
Black with #21ECD4
Text Example
Text Example
White with #21ECD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21ECD4; }
p { color: rgb(33,236,212); }
H1.HeaderClassName
{
color: #21ECD4;
}
.AnyTagClassName
{
color: #21ECD4;
}
</style>
background-color css
<style>
a { background-color: #21ECD4; }
a { background-color: rgb(33,236,212); }
div.DivClassName
{
background-color: #21ECD4;
}
.BgClassName
{
background-color: #21ECD4;
}
</style>
border-color css
<style>
span { border-color: #21ECD4; }
span { border-color: rgb(33,236,212); }
td.TdClassName
{
border-color: #21ECD4;
}
.TagClassName
{
border-color: #21ECD4;
}
</style>