Shades of Dark Turquoise #21CCD8
Tints of Dark Turquoise #21CCD8
RGB
CMYK
RGB Variations
Color information
#21CCD8 (or 0x21CCD8) is known color: Dark Turquoise. HEX triplet: 21, CC and D8. RGB value is (33,204,216). Sum of RGB (Red+Green+Blue) = 33+204+216=453 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.28% from 453); Green value is 204 (80.08% from 255 or 45.03% from 453); Blue value is 216 (84.77% from 255 or 47.68% from 453); Max value from RGB is 216 - color contains mainly: blue. Hex color #21CCD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CCD8 is #DE3327. Grayscale: #9A9A9A. Windows color (decimal): -14562088 or 14208033. OLE color: 14208033.
HSL color Cylindrical-coordinate representation of color #21CCD8: hue angle of 183.93º degrees, saturation: 0.73, 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 #21CCD8 is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 204 | 216 | - |
| CMYK | 0.85 | 0.06 | 0 | 0.15 |
| HSL | 183.93º | 0.73% | 0.49% | - |
| HSV(B) | 183.93º | 0.85% | 0.85% | - |
| XYZ | 34.61 | 48.47 | 72.5 | - |
| YUV | 154.24 | 162.85 | 41.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 204 | 216 | 0.85 | 0.06 | 0 | 0.15 | 183.93 | 0.73 | 0.49 |
| Hex | 21 | CC | D8 | 55 | 6 | 0 | F | B8 | 49 | 31 |
| Octal | 41 | 314 | 330 | 125 | 6 | 0 | 17 | 270 | 111 | 61 |
| Binary | 100001 | 11001100 | 11011000 | 1010101 | 110 | 0 | 1111 | 10111000 | 1001001 | 110001 |
Color Harmonies of #21CCD8
Complementary color
Monochromatic Colors of #21CCD8
Black with #21CCD8
Text Example
Text Example
White with #21CCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CCD8; }
p { color: rgb(33,204,216); }
H1.HeaderClassName
{
color: #21CCD8;
}
.AnyTagClassName
{
color: #21CCD8;
}
</style>
background-color css
<style>
a { background-color: #21CCD8; }
a { background-color: rgb(33,204,216); }
div.DivClassName
{
background-color: #21CCD8;
}
.BgClassName
{
background-color: #21CCD8;
}
</style>
border-color css
<style>
span { border-color: #21CCD8; }
span { border-color: rgb(33,204,216); }
td.TdClassName
{
border-color: #21CCD8;
}
.TagClassName
{
border-color: #21CCD8;
}
</style>