Shades of Turquoise #21E7BD
Tints of Turquoise #21E7BD
RGB
CMYK
RGB Variations
Color information
#21E7BD (or 0x21E7BD) is known color: Turquoise. HEX triplet: 21, E7 and BD. RGB value is (33,231,189). Sum of RGB (Red+Green+Blue) = 33+231+189=453 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.28% from 453); Green value is 231 (90.62% from 255 or 50.99% from 453); Blue value is 189 (74.22% from 255 or 41.72% from 453); Max value from RGB is 231 - color contains mainly: green. Hex color #21E7BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21E7BD is #DE1842. Grayscale: #A6A6A6. Windows color (decimal): -14555203 or 12445473. OLE color: 12445473.
HSL color Cylindrical-coordinate representation of color #21E7BD: hue angle of 167.27º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21E7BD is Cyan = 0.86, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 33 | 231 | 189 | - |
| CMYK | 0.86 | 0 | 0.18 | 0.09 |
| HSL | 167.27º | 0.8% | 0.52% | - |
| HSV(B) | 167.27º | 0.86% | 0.91% | - |
| XYZ | 38.39 | 61.15 | 57.92 | - |
| YUV | 167.01 | 140.4 | 32.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 231 | 189 | 0.86 | 0 | 0.18 | 0.09 | 167.27 | 0.8 | 0.52 |
| Hex | 21 | E7 | BD | 56 | 0 | 12 | 9 | A7 | 50 | 34 |
| Octal | 41 | 347 | 275 | 126 | 0 | 22 | 11 | 247 | 120 | 64 |
| Binary | 100001 | 11100111 | 10111101 | 1010110 | 0 | 10010 | 1001 | 10100111 | 1010000 | 110100 |
Color Harmonies of #21E7BD
Complementary color
Monochromatic Colors of #21E7BD
Black with #21E7BD
Text Example
Text Example
White with #21E7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E7BD; }
p { color: rgb(33,231,189); }
H1.HeaderClassName
{
color: #21E7BD;
}
.AnyTagClassName
{
color: #21E7BD;
}
</style>
background-color css
<style>
a { background-color: #21E7BD; }
a { background-color: rgb(33,231,189); }
div.DivClassName
{
background-color: #21E7BD;
}
.BgClassName
{
background-color: #21E7BD;
}
</style>
border-color css
<style>
span { border-color: #21E7BD; }
span { border-color: rgb(33,231,189); }
td.TdClassName
{
border-color: #21E7BD;
}
.TagClassName
{
border-color: #21E7BD;
}
</style>