Shades of Turquoise #21D6CE
Tints of Turquoise #21D6CE
RGB
CMYK
RGB Variations
Color information
#21D6CE (or 0x21D6CE) is known color: Turquoise. HEX triplet: 21, D6 and CE. RGB value is (33,214,206). Sum of RGB (Red+Green+Blue) = 33+214+206=453 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.28% from 453); Green value is 214 (83.98% from 255 or 47.24% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 214 - color contains mainly: green. Hex color #21D6CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21D6CE is #DE2931. Grayscale: #9E9E9E. Windows color (decimal): -14559538 or 13555233. OLE color: 13555233.
HSL color Cylindrical-coordinate representation of color #21D6CE: hue angle of 177.35º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21D6CE is Cyan = 0.85, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 33 | 214 | 206 | - |
| CMYK | 0.85 | 0 | 0.04 | 0.16 |
| HSL | 177.35º | 0.73% | 0.48% | - |
| HSV(B) | 177.35º | 0.85% | 0.84% | - |
| XYZ | 35.81 | 52.87 | 66.71 | - |
| YUV | 158.97 | 154.53 | 38.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 214 | 206 | 0.85 | 0 | 0.04 | 0.16 | 177.35 | 0.73 | 0.48 |
| Hex | 21 | D6 | CE | 55 | 0 | 4 | 10 | B1 | 49 | 30 |
| Octal | 41 | 326 | 316 | 125 | 0 | 4 | 20 | 261 | 111 | 60 |
| Binary | 100001 | 11010110 | 11001110 | 1010101 | 0 | 100 | 10000 | 10110001 | 1001001 | 110000 |
Color Harmonies of #21D6CE
Complementary color
Monochromatic Colors of #21D6CE
Black with #21D6CE
Text Example
Text Example
White with #21D6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D6CE; }
p { color: rgb(33,214,206); }
H1.HeaderClassName
{
color: #21D6CE;
}
.AnyTagClassName
{
color: #21D6CE;
}
</style>
background-color css
<style>
a { background-color: #21D6CE; }
a { background-color: rgb(33,214,206); }
div.DivClassName
{
background-color: #21D6CE;
}
.BgClassName
{
background-color: #21D6CE;
}
</style>
border-color css
<style>
span { border-color: #21D6CE; }
span { border-color: rgb(33,214,206); }
td.TdClassName
{
border-color: #21D6CE;
}
.TagClassName
{
border-color: #21D6CE;
}
</style>