Shades of Dark Turquoise #21CFDC
Tints of Dark Turquoise #21CFDC
RGB
CMYK
RGB Variations
Color information
#21CFDC (or 0x21CFDC) is known color: Dark Turquoise. HEX triplet: 21, CF and DC. RGB value is (33,207,220). Sum of RGB (Red+Green+Blue) = 33+207+220=460 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.17% from 460); Green value is 207 (81.25% from 255 or 45% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #21CFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CFDC is #DE3023. Grayscale: #9C9C9C. Windows color (decimal): -14561316 or 14470945. OLE color: 14470945.
HSL color Cylindrical-coordinate representation of color #21CFDC: hue angle of 184.17º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21CFDC is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 207 | 220 | - |
| CMYK | 0.85 | 0.06 | 0 | 0.14 |
| HSL | 184.17º | 0.74% | 0.5% | - |
| HSV(B) | 184.17º | 0.85% | 0.86% | - |
| XYZ | 35.86 | 50.12 | 75.49 | - |
| YUV | 156.46 | 163.85 | 39.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 207 | 220 | 0.85 | 0.06 | 0 | 0.14 | 184.17 | 0.74 | 0.5 |
| Hex | 21 | CF | DC | 55 | 6 | 0 | E | B8 | 4A | 32 |
| Octal | 41 | 317 | 334 | 125 | 6 | 0 | 16 | 270 | 112 | 62 |
| Binary | 100001 | 11001111 | 11011100 | 1010101 | 110 | 0 | 1110 | 10111000 | 1001010 | 110010 |
Color Harmonies of #21CFDC
Complementary color
Monochromatic Colors of #21CFDC
Black with #21CFDC
Text Example
Text Example
White with #21CFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CFDC; }
p { color: rgb(33,207,220); }
H1.HeaderClassName
{
color: #21CFDC;
}
.AnyTagClassName
{
color: #21CFDC;
}
</style>
background-color css
<style>
a { background-color: #21CFDC; }
a { background-color: rgb(33,207,220); }
div.DivClassName
{
background-color: #21CFDC;
}
.BgClassName
{
background-color: #21CFDC;
}
</style>
border-color css
<style>
span { border-color: #21CFDC; }
span { border-color: rgb(33,207,220); }
td.TdClassName
{
border-color: #21CFDC;
}
.TagClassName
{
border-color: #21CFDC;
}
</style>