Shades of Dark Turquoise #21CBDA
Tints of Dark Turquoise #21CBDA
RGB
CMYK
RGB Variations
Color information
#21CBDA (or 0x21CBDA) is known color: Dark Turquoise. HEX triplet: 21, CB and DA. RGB value is (33,203,218). Sum of RGB (Red+Green+Blue) = 33+203+218=454 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.27% from 454); Green value is 203 (79.69% from 255 or 44.71% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 218 - color contains mainly: blue. Hex color #21CBDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CBDA is #DE3425. Grayscale: #999999. Windows color (decimal): -14562342 or 14338849. OLE color: 14338849.
HSL color Cylindrical-coordinate representation of color #21CBDA: hue angle of 184.86º 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 #21CBDA is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 203 | 218 | - |
| CMYK | 0.85 | 0.07 | 0 | 0.15 |
| HSL | 184.86º | 0.74% | 0.49% | - |
| HSV(B) | 184.86º | 0.85% | 0.85% | - |
| XYZ | 34.64 | 48.1 | 73.79 | - |
| YUV | 153.88 | 164.18 | 41.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 203 | 218 | 0.85 | 0.07 | 0 | 0.15 | 184.86 | 0.74 | 0.49 |
| Hex | 21 | CB | DA | 55 | 7 | 0 | F | B9 | 4A | 31 |
| Octal | 41 | 313 | 332 | 125 | 7 | 0 | 17 | 271 | 112 | 61 |
| Binary | 100001 | 11001011 | 11011010 | 1010101 | 111 | 0 | 1111 | 10111001 | 1001010 | 110001 |
Color Harmonies of #21CBDA
Complementary color
Monochromatic Colors of #21CBDA
Black with #21CBDA
Text Example
Text Example
White with #21CBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CBDA; }
p { color: rgb(33,203,218); }
H1.HeaderClassName
{
color: #21CBDA;
}
.AnyTagClassName
{
color: #21CBDA;
}
</style>
background-color css
<style>
a { background-color: #21CBDA; }
a { background-color: rgb(33,203,218); }
div.DivClassName
{
background-color: #21CBDA;
}
.BgClassName
{
background-color: #21CBDA;
}
</style>
border-color css
<style>
span { border-color: #21CBDA; }
span { border-color: rgb(33,203,218); }
td.TdClassName
{
border-color: #21CBDA;
}
.TagClassName
{
border-color: #21CBDA;
}
</style>