Shades of Dark Turquoise #21CFE0
Tints of Dark Turquoise #21CFE0
RGB
CMYK
RGB Variations
Color information
#21CFE0 (or 0x21CFE0) is known color: Dark Turquoise. HEX triplet: 21, CF and E0. RGB value is (33,207,224). Sum of RGB (Red+Green+Blue) = 33+207+224=464 (61% of max value = 765). Red value is 33 (13.28% from 255 or 7.11% from 464); Green value is 207 (81.25% from 255 or 44.61% from 464); Blue value is 224 (87.89% from 255 or 48.28% from 464); Max value from RGB is 224 - color contains mainly: blue. Hex color #21CFE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CFE0 is #DE301F. Grayscale: #9C9C9C. Windows color (decimal): -14561312 or 14733089. OLE color: 14733089.
HSL color Cylindrical-coordinate representation of color #21CFE0: hue angle of 185.34º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21CFE0 is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 33 | 207 | 224 | - |
| CMYK | 0.85 | 0.08 | 0 | 0.12 |
| HSL | 185.34º | 0.75% | 0.5% | - |
| HSV(B) | 185.34º | 0.85% | 0.88% | - |
| XYZ | 36.39 | 50.33 | 78.32 | - |
| YUV | 156.91 | 165.85 | 39.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 207 | 224 | 0.85 | 0.08 | 0 | 0.12 | 185.34 | 0.75 | 0.5 |
| Hex | 21 | CF | E0 | 55 | 8 | 0 | C | B9 | 4B | 32 |
| Octal | 41 | 317 | 340 | 125 | 10 | 0 | 14 | 271 | 113 | 62 |
| Binary | 100001 | 11001111 | 11100000 | 1010101 | 1000 | 0 | 1100 | 10111001 | 1001011 | 110010 |
Color Harmonies of #21CFE0
Complementary color
Monochromatic Colors of #21CFE0
Black with #21CFE0
Text Example
Text Example
White with #21CFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CFE0; }
p { color: rgb(33,207,224); }
H1.HeaderClassName
{
color: #21CFE0;
}
.AnyTagClassName
{
color: #21CFE0;
}
</style>
background-color css
<style>
a { background-color: #21CFE0; }
a { background-color: rgb(33,207,224); }
div.DivClassName
{
background-color: #21CFE0;
}
.BgClassName
{
background-color: #21CFE0;
}
</style>
border-color css
<style>
span { border-color: #21CFE0; }
span { border-color: rgb(33,207,224); }
td.TdClassName
{
border-color: #21CFE0;
}
.TagClassName
{
border-color: #21CFE0;
}
</style>