Shades of Dark Turquoise #21CCDA
Tints of Dark Turquoise #21CCDA
RGB
CMYK
RGB Variations
Color information
#21CCDA (or 0x21CCDA) is known color: Dark Turquoise. HEX triplet: 21, CC and DA. RGB value is (33,204,218). Sum of RGB (Red+Green+Blue) = 33+204+218=455 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.25% from 455); Green value is 204 (80.08% from 255 or 44.84% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 218 - color contains mainly: blue. Hex color #21CCDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CCDA is #DE3325. Grayscale: #9A9A9A. Windows color (decimal): -14562086 or 14339105. OLE color: 14339105.
HSL color Cylindrical-coordinate representation of color #21CCDA: hue angle of 184.54º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21CCDA is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 204 | 218 | - |
| CMYK | 0.85 | 0.06 | 0 | 0.15 |
| HSL | 184.54º | 0.74% | 0.49% | - |
| HSV(B) | 184.54º | 0.85% | 0.85% | - |
| XYZ | 34.87 | 48.57 | 73.87 | - |
| YUV | 154.47 | 163.85 | 41.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 204 | 218 | 0.85 | 0.06 | 0 | 0.15 | 184.54 | 0.74 | 0.49 |
| Hex | 21 | CC | DA | 55 | 6 | 0 | F | B9 | 4A | 31 |
| Octal | 41 | 314 | 332 | 125 | 6 | 0 | 17 | 271 | 112 | 61 |
| Binary | 100001 | 11001100 | 11011010 | 1010101 | 110 | 0 | 1111 | 10111001 | 1001010 | 110001 |
Color Harmonies of #21CCDA
Complementary color
Monochromatic Colors of #21CCDA
Black with #21CCDA
Text Example
Text Example
White with #21CCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CCDA; }
p { color: rgb(33,204,218); }
H1.HeaderClassName
{
color: #21CCDA;
}
.AnyTagClassName
{
color: #21CCDA;
}
</style>
background-color css
<style>
a { background-color: #21CCDA; }
a { background-color: rgb(33,204,218); }
div.DivClassName
{
background-color: #21CCDA;
}
.BgClassName
{
background-color: #21CCDA;
}
</style>
border-color css
<style>
span { border-color: #21CCDA; }
span { border-color: rgb(33,204,218); }
td.TdClassName
{
border-color: #21CCDA;
}
.TagClassName
{
border-color: #21CCDA;
}
</style>