Shades of Dark Turquoise #21CFD0
Tints of Dark Turquoise #21CFD0
RGB
CMYK
RGB Variations
Color information
#21CFD0 (or 0x21CFD0) is known color: Dark Turquoise. HEX triplet: 21, CF and D0. RGB value is (33,207,208). Sum of RGB (Red+Green+Blue) = 33+207+208=448 (59% of max value = 765). Red value is 33 (13.28% from 255 or 7.37% from 448); Green value is 207 (81.25% from 255 or 46.21% from 448); Blue value is 208 (81.64% from 255 or 46.43% from 448); Max value from RGB is 208 - color contains mainly: blue. Hex color #21CFD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CFD0 is #DE302F. Grayscale: #9A9A9A. Windows color (decimal): -14561328 or 13684513. OLE color: 13684513.
HSL color Cylindrical-coordinate representation of color #21CFD0: hue angle of 180.34º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CFD0 is Cyan = 0.84, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 207 | 208 | - |
| CMYK | 0.84 | 0.00 | 0 | 0.18 |
| HSL | 180.34º | 0.73% | 0.47% | - |
| HSV(B) | 180.34º | 0.84% | 0.82% | - |
| XYZ | 34.33 | 49.5 | 67.42 | - |
| YUV | 155.09 | 157.85 | 40.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 207 | 208 | 0.84 | 0.00 | 0 | 0.18 | 180.34 | 0.73 | 0.47 |
| Hex | 21 | CF | D0 | 54 | 0 | 0 | 12 | B4 | 49 | 2F |
| Octal | 41 | 317 | 320 | 124 | 0 | 0 | 22 | 264 | 111 | 57 |
| Binary | 100001 | 11001111 | 11010000 | 1010100 | 0 | 0 | 10010 | 10110100 | 1001001 | 101111 |
Color Harmonies of #21CFD0
Complementary color
Monochromatic Colors of #21CFD0
Black with #21CFD0
Text Example
Text Example
White with #21CFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CFD0; }
p { color: rgb(33,207,208); }
H1.HeaderClassName
{
color: #21CFD0;
}
.AnyTagClassName
{
color: #21CFD0;
}
</style>
background-color css
<style>
a { background-color: #21CFD0; }
a { background-color: rgb(33,207,208); }
div.DivClassName
{
background-color: #21CFD0;
}
.BgClassName
{
background-color: #21CFD0;
}
</style>
border-color css
<style>
span { border-color: #21CFD0; }
span { border-color: rgb(33,207,208); }
td.TdClassName
{
border-color: #21CFD0;
}
.TagClassName
{
border-color: #21CFD0;
}
</style>