Shades of Dark Turquoise #21CFDE
Tints of Dark Turquoise #21CFDE
RGB
CMYK
RGB Variations
Color information
#21CFDE (or 0x21CFDE) is known color: Dark Turquoise. HEX triplet: 21, CF and DE. RGB value is (33,207,222). Sum of RGB (Red+Green+Blue) = 33+207+222=462 (61% of max value = 765). Red value is 33 (13.28% from 255 or 7.14% from 462); Green value is 207 (81.25% from 255 or 44.81% from 462); Blue value is 222 (87.11% from 255 or 48.05% from 462); Max value from RGB is 222 - color contains mainly: blue. Hex color #21CFDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CFDE is #DE3021. Grayscale: #9C9C9C. Windows color (decimal): -14561314 or 14602017. OLE color: 14602017.
HSL color Cylindrical-coordinate representation of color #21CFDE: hue angle of 184.76º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21CFDE is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 207 | 222 | - |
| CMYK | 0.85 | 0.07 | 0 | 0.13 |
| HSL | 184.76º | 0.74% | 0.5% | - |
| HSV(B) | 184.76º | 0.85% | 0.87% | - |
| XYZ | 36.12 | 50.22 | 76.9 | - |
| YUV | 156.68 | 164.85 | 39.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 207 | 222 | 0.85 | 0.07 | 0 | 0.13 | 184.76 | 0.74 | 0.5 |
| Hex | 21 | CF | DE | 55 | 7 | 0 | D | B9 | 4A | 32 |
| Octal | 41 | 317 | 336 | 125 | 7 | 0 | 15 | 271 | 112 | 62 |
| Binary | 100001 | 11001111 | 11011110 | 1010101 | 111 | 0 | 1101 | 10111001 | 1001010 | 110010 |
Color Harmonies of #21CFDE
Complementary color
Monochromatic Colors of #21CFDE
Black with #21CFDE
Text Example
Text Example
White with #21CFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CFDE; }
p { color: rgb(33,207,222); }
H1.HeaderClassName
{
color: #21CFDE;
}
.AnyTagClassName
{
color: #21CFDE;
}
</style>
background-color css
<style>
a { background-color: #21CFDE; }
a { background-color: rgb(33,207,222); }
div.DivClassName
{
background-color: #21CFDE;
}
.BgClassName
{
background-color: #21CFDE;
}
</style>
border-color css
<style>
span { border-color: #21CFDE; }
span { border-color: rgb(33,207,222); }
td.TdClassName
{
border-color: #21CFDE;
}
.TagClassName
{
border-color: #21CFDE;
}
</style>