Shades of Dark Turquoise #21CDE2
Tints of Dark Turquoise #21CDE2
RGB
CMYK
RGB Variations
Color information
#21CDE2 (or 0x21CDE2) is known color: Dark Turquoise. HEX triplet: 21, CD and E2. RGB value is (33,205,226). Sum of RGB (Red+Green+Blue) = 33+205+226=464 (61% of max value = 765). Red value is 33 (13.28% from 255 or 7.11% from 464); Green value is 205 (80.47% from 255 or 44.18% from 464); Blue value is 226 (88.67% from 255 or 48.71% from 464); Max value from RGB is 226 - color contains mainly: blue. Hex color #21CDE2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CDE2 is #DE321D. Grayscale: #9B9B9B. Windows color (decimal): -14561822 or 14863649. OLE color: 14863649.
HSL color Cylindrical-coordinate representation of color #21CDE2: hue angle of 186.53º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21CDE2 is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 33 | 205 | 226 | - |
| CMYK | 0.85 | 0.09 | 0 | 0.11 |
| HSL | 186.53º | 0.77% | 0.51% | - |
| HSV(B) | 186.53º | 0.85% | 0.89% | - |
| XYZ | 36.19 | 49.48 | 79.59 | - |
| YUV | 155.97 | 167.52 | 40.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 205 | 226 | 0.85 | 0.09 | 0 | 0.11 | 186.53 | 0.77 | 0.51 |
| Hex | 21 | CD | E2 | 55 | 9 | 0 | B | BB | 4D | 33 |
| Octal | 41 | 315 | 342 | 125 | 11 | 0 | 13 | 273 | 115 | 63 |
| Binary | 100001 | 11001101 | 11100010 | 1010101 | 1001 | 0 | 1011 | 10111011 | 1001101 | 110011 |
Color Harmonies of #21CDE2
Complementary color
Monochromatic Colors of #21CDE2
Black with #21CDE2
Text Example
Text Example
White with #21CDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CDE2; }
p { color: rgb(33,205,226); }
H1.HeaderClassName
{
color: #21CDE2;
}
.AnyTagClassName
{
color: #21CDE2;
}
</style>
background-color css
<style>
a { background-color: #21CDE2; }
a { background-color: rgb(33,205,226); }
div.DivClassName
{
background-color: #21CDE2;
}
.BgClassName
{
background-color: #21CDE2;
}
</style>
border-color css
<style>
span { border-color: #21CDE2; }
span { border-color: rgb(33,205,226); }
td.TdClassName
{
border-color: #21CDE2;
}
.TagClassName
{
border-color: #21CDE2;
}
</style>