Shades of Turquoise #21E9B8
Tints of Turquoise #21E9B8
RGB
CMYK
RGB Variations
Color information
#21E9B8 (or 0x21E9B8) is known color: Turquoise. HEX triplet: 21, E9 and B8. RGB value is (33,233,184). Sum of RGB (Red+Green+Blue) = 33+233+184=450 (59% of max value = 765). Red value is 33 (13.28% from 255 or 7.33% from 450); Green value is 233 (91.41% from 255 or 51.78% from 450); Blue value is 184 (72.27% from 255 or 40.89% from 450); Max value from RGB is 233 - color contains mainly: green. Hex color #21E9B8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21E9B8 is #DE1647. Grayscale: #A7A7A7. Windows color (decimal): -14554696 or 12118305. OLE color: 12118305.
HSL color Cylindrical-coordinate representation of color #21E9B8: hue angle of 165.3º degrees, saturation: 0.82, 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 #21E9B8 is Cyan = 0.86, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 33 | 233 | 184 | - |
| CMYK | 0.86 | 0 | 0.21 | 0.09 |
| HSL | 165.3º | 0.82% | 0.52% | - |
| HSV(B) | 165.3º | 0.86% | 0.91% | - |
| XYZ | 38.42 | 62.06 | 55.3 | - |
| YUV | 167.61 | 137.24 | 31.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 233 | 184 | 0.86 | 0 | 0.21 | 0.09 | 165.3 | 0.82 | 0.52 |
| Hex | 21 | E9 | B8 | 56 | 0 | 15 | 9 | A5 | 52 | 34 |
| Octal | 41 | 351 | 270 | 126 | 0 | 25 | 11 | 245 | 122 | 64 |
| Binary | 100001 | 11101001 | 10111000 | 1010110 | 0 | 10101 | 1001 | 10100101 | 1010010 | 110100 |
Color Harmonies of #21E9B8
Complementary color
Monochromatic Colors of #21E9B8
Black with #21E9B8
Text Example
Text Example
White with #21E9B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E9B8; }
p { color: rgb(33,233,184); }
H1.HeaderClassName
{
color: #21E9B8;
}
.AnyTagClassName
{
color: #21E9B8;
}
</style>
background-color css
<style>
a { background-color: #21E9B8; }
a { background-color: rgb(33,233,184); }
div.DivClassName
{
background-color: #21E9B8;
}
.BgClassName
{
background-color: #21E9B8;
}
</style>
border-color css
<style>
span { border-color: #21E9B8; }
span { border-color: rgb(33,233,184); }
td.TdClassName
{
border-color: #21E9B8;
}
.TagClassName
{
border-color: #21E9B8;
}
</style>