Shades of Dark Turquoise #21CCD7
Tints of Dark Turquoise #21CCD7
RGB
CMYK
RGB Variations
Color information
#21CCD7 (or 0x21CCD7) is known color: Dark Turquoise. HEX triplet: 21, CC and D7. RGB value is (33,204,215). Sum of RGB (Red+Green+Blue) = 33+204+215=452 (59% of max value = 765). Red value is 33 (13.28% from 255 or 7.30% from 452); Green value is 204 (80.08% from 255 or 45.13% from 452); Blue value is 215 (84.38% from 255 or 47.57% from 452); Max value from RGB is 215 - color contains mainly: blue. Hex color #21CCD7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CCD7 is #DE3328. Grayscale: #999999. Windows color (decimal): -14562089 or 14142497. OLE color: 14142497.
HSL color Cylindrical-coordinate representation of color #21CCD7: hue angle of 183.63º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21CCD7 is Cyan = 0.85, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 33 | 204 | 215 | - |
| CMYK | 0.85 | 0.05 | 0 | 0.16 |
| HSL | 183.63º | 0.73% | 0.49% | - |
| HSV(B) | 183.63º | 0.85% | 0.84% | - |
| XYZ | 34.49 | 48.42 | 71.82 | - |
| YUV | 154.13 | 162.35 | 41.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 204 | 215 | 0.85 | 0.05 | 0 | 0.16 | 183.63 | 0.73 | 0.49 |
| Hex | 21 | CC | D7 | 55 | 5 | 0 | 10 | B8 | 49 | 31 |
| Octal | 41 | 314 | 327 | 125 | 5 | 0 | 20 | 270 | 111 | 61 |
| Binary | 100001 | 11001100 | 11010111 | 1010101 | 101 | 0 | 10000 | 10111000 | 1001001 | 110001 |
Color Harmonies of #21CCD7
Complementary color
Monochromatic Colors of #21CCD7
Black with #21CCD7
Text Example
Text Example
White with #21CCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CCD7; }
p { color: rgb(33,204,215); }
H1.HeaderClassName
{
color: #21CCD7;
}
.AnyTagClassName
{
color: #21CCD7;
}
</style>
background-color css
<style>
a { background-color: #21CCD7; }
a { background-color: rgb(33,204,215); }
div.DivClassName
{
background-color: #21CCD7;
}
.BgClassName
{
background-color: #21CCD7;
}
</style>
border-color css
<style>
span { border-color: #21CCD7; }
span { border-color: rgb(33,204,215); }
td.TdClassName
{
border-color: #21CCD7;
}
.TagClassName
{
border-color: #21CCD7;
}
</style>