Shades of Turquoise #21EEC5
Tints of Turquoise #21EEC5
RGB
CMYK
RGB Variations
Color information
#21EEC5 (or 0x21EEC5) is known color: Turquoise. HEX triplet: 21, EE and C5. RGB value is (33,238,197). Sum of RGB (Red+Green+Blue) = 33+238+197=468 (61% of max value = 765). Red value is 33 (13.28% from 255 or 7.05% from 468); Green value is 238 (93.36% from 255 or 50.85% from 468); Blue value is 197 (77.34% from 255 or 42.09% from 468); Max value from RGB is 238 - color contains mainly: green. Hex color #21EEC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21EEC5 is #DE113A. Grayscale: #ABABAB. Windows color (decimal): -14553403 or 12971553. OLE color: 12971553.
HSL color Cylindrical-coordinate representation of color #21EEC5: hue angle of 168º degrees, saturation: 0.86, 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 #21EEC5 is Cyan = 0.86, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 238 | 197 | - |
| CMYK | 0.86 | 0 | 0.17 | 0.07 |
| HSL | 168º | 0.86% | 0.53% | - |
| HSV(B) | 168º | 0.86% | 0.93% | - |
| XYZ | 41.28 | 65.5 | 63.29 | - |
| YUV | 172.03 | 142.08 | 28.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 238 | 197 | 0.86 | 0 | 0.17 | 0.07 | 168 | 0.86 | 0.53 |
| Hex | 21 | EE | C5 | 56 | 0 | 11 | 7 | A8 | 56 | 35 |
| Octal | 41 | 356 | 305 | 126 | 0 | 21 | 7 | 250 | 126 | 65 |
| Binary | 100001 | 11101110 | 11000101 | 1010110 | 0 | 10001 | 111 | 10101000 | 1010110 | 110101 |
Color Harmonies of #21EEC5
Complementary color
Monochromatic Colors of #21EEC5
Black with #21EEC5
Text Example
Text Example
White with #21EEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21EEC5; }
p { color: rgb(33,238,197); }
H1.HeaderClassName
{
color: #21EEC5;
}
.AnyTagClassName
{
color: #21EEC5;
}
</style>
background-color css
<style>
a { background-color: #21EEC5; }
a { background-color: rgb(33,238,197); }
div.DivClassName
{
background-color: #21EEC5;
}
.BgClassName
{
background-color: #21EEC5;
}
</style>
border-color css
<style>
span { border-color: #21EEC5; }
span { border-color: rgb(33,238,197); }
td.TdClassName
{
border-color: #21EEC5;
}
.TagClassName
{
border-color: #21EEC5;
}
</style>