Shades of Turquoise #21EAC2
Tints of Turquoise #21EAC2
RGB
CMYK
RGB Variations
Color information
#21EAC2 (or 0x21EAC2) is known color: Turquoise. HEX triplet: 21, EA and C2. RGB value is (33,234,194). Sum of RGB (Red+Green+Blue) = 33+234+194=461 (61% of max value = 765). Red value is 33 (13.28% from 255 or 7.16% from 461); Green value is 234 (91.80% from 255 or 50.76% from 461); Blue value is 194 (76.17% from 255 or 42.08% from 461); Max value from RGB is 234 - color contains mainly: green. Hex color #21EAC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21EAC2 is #DE153D. Grayscale: #A9A9A9. Windows color (decimal): -14554430 or 12773921. OLE color: 12773921.
HSL color Cylindrical-coordinate representation of color #21EAC2: hue angle of 168.06º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21EAC2 is Cyan = 0.86, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 33 | 234 | 194 | - |
| CMYK | 0.86 | 0 | 0.17 | 0.08 |
| HSL | 168.06º | 0.83% | 0.52% | - |
| HSV(B) | 168.06º | 0.86% | 0.92% | - |
| XYZ | 39.79 | 63.06 | 61.11 | - |
| YUV | 169.34 | 141.91 | 30.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 234 | 194 | 0.86 | 0 | 0.17 | 0.08 | 168.06 | 0.83 | 0.52 |
| Hex | 21 | EA | C2 | 56 | 0 | 11 | 8 | A8 | 53 | 34 |
| Octal | 41 | 352 | 302 | 126 | 0 | 21 | 10 | 250 | 123 | 64 |
| Binary | 100001 | 11101010 | 11000010 | 1010110 | 0 | 10001 | 1000 | 10101000 | 1010011 | 110100 |
Color Harmonies of #21EAC2
Complementary color
Monochromatic Colors of #21EAC2
Black with #21EAC2
Text Example
Text Example
White with #21EAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21EAC2; }
p { color: rgb(33,234,194); }
H1.HeaderClassName
{
color: #21EAC2;
}
.AnyTagClassName
{
color: #21EAC2;
}
</style>
background-color css
<style>
a { background-color: #21EAC2; }
a { background-color: rgb(33,234,194); }
div.DivClassName
{
background-color: #21EAC2;
}
.BgClassName
{
background-color: #21EAC2;
}
</style>
border-color css
<style>
span { border-color: #21EAC2; }
span { border-color: rgb(33,234,194); }
td.TdClassName
{
border-color: #21EAC2;
}
.TagClassName
{
border-color: #21EAC2;
}
</style>