Shades of Turquoise #21EDB6
Tints of Turquoise #21EDB6
RGB
CMYK
RGB Variations
Color information
#21EDB6 (or 0x21EDB6) is known color: Turquoise. HEX triplet: 21, ED and B6. RGB value is (33,237,182). Sum of RGB (Red+Green+Blue) = 33+237+182=452 (59% of max value = 765). Red value is 33 (13.28% from 255 or 7.30% from 452); Green value is 237 (92.97% from 255 or 52.43% from 452); Blue value is 182 (71.48% from 255 or 40.27% from 452); Max value from RGB is 237 - color contains mainly: green. Hex color #21EDB6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21EDB6 is #DE1249. Grayscale: #A9A9A9. Windows color (decimal): -14553674 or 11988257. OLE color: 11988257.
HSL color Cylindrical-coordinate representation of color #21EDB6: hue angle of 163.82º degrees, saturation: 0.85, 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 #21EDB6 is Cyan = 0.86, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 237 | 182 | - |
| CMYK | 0.86 | 0 | 0.23 | 0.07 |
| HSL | 163.82º | 0.85% | 0.53% | - |
| HSV(B) | 163.82º | 0.86% | 0.93% | - |
| XYZ | 39.35 | 64.27 | 54.59 | - |
| YUV | 169.73 | 134.91 | 30.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 237 | 182 | 0.86 | 0 | 0.23 | 0.07 | 163.82 | 0.85 | 0.53 |
| Hex | 21 | ED | B6 | 56 | 0 | 17 | 7 | A4 | 55 | 35 |
| Octal | 41 | 355 | 266 | 126 | 0 | 27 | 7 | 244 | 125 | 65 |
| Binary | 100001 | 11101101 | 10110110 | 1010110 | 0 | 10111 | 111 | 10100100 | 1010101 | 110101 |
Color Harmonies of #21EDB6
Complementary color
Monochromatic Colors of #21EDB6
Black with #21EDB6
Text Example
Text Example
White with #21EDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21EDB6; }
p { color: rgb(33,237,182); }
H1.HeaderClassName
{
color: #21EDB6;
}
.AnyTagClassName
{
color: #21EDB6;
}
</style>
background-color css
<style>
a { background-color: #21EDB6; }
a { background-color: rgb(33,237,182); }
div.DivClassName
{
background-color: #21EDB6;
}
.BgClassName
{
background-color: #21EDB6;
}
</style>
border-color css
<style>
span { border-color: #21EDB6; }
span { border-color: rgb(33,237,182); }
td.TdClassName
{
border-color: #21EDB6;
}
.TagClassName
{
border-color: #21EDB6;
}
</style>