Shades of Turquoise #21DCCF
Tints of Turquoise #21DCCF
RGB
CMYK
RGB Variations
Color information
#21DCCF (or 0x21DCCF) is known color: Turquoise. HEX triplet: 21, DC and CF. RGB value is (33,220,207). Sum of RGB (Red+Green+Blue) = 33+220+207=460 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.17% from 460); Green value is 220 (86.33% from 255 or 47.83% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 220 - color contains mainly: green. Hex color #21DCCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21DCCF is #DE2330. Grayscale: #A2A2A2. Windows color (decimal): -14558001 or 13622305. OLE color: 13622305.
HSL color Cylindrical-coordinate representation of color #21DCCF: hue angle of 175.83º 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 #21DCCF is Cyan = 0.85, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 220 | 207 | - |
| CMYK | 0.85 | 0 | 0.06 | 0.14 |
| HSL | 175.83º | 0.74% | 0.5% | - |
| HSV(B) | 175.83º | 0.85% | 0.86% | - |
| XYZ | 37.48 | 56.01 | 67.87 | - |
| YUV | 162.61 | 153.05 | 35.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 220 | 207 | 0.85 | 0 | 0.06 | 0.14 | 175.83 | 0.74 | 0.5 |
| Hex | 21 | DC | CF | 55 | 0 | 6 | E | B0 | 4A | 32 |
| Octal | 41 | 334 | 317 | 125 | 0 | 6 | 16 | 260 | 112 | 62 |
| Binary | 100001 | 11011100 | 11001111 | 1010101 | 0 | 110 | 1110 | 10110000 | 1001010 | 110010 |
Color Harmonies of #21DCCF
Complementary color
Monochromatic Colors of #21DCCF
Black with #21DCCF
Text Example
Text Example
White with #21DCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DCCF; }
p { color: rgb(33,220,207); }
H1.HeaderClassName
{
color: #21DCCF;
}
.AnyTagClassName
{
color: #21DCCF;
}
</style>
background-color css
<style>
a { background-color: #21DCCF; }
a { background-color: rgb(33,220,207); }
div.DivClassName
{
background-color: #21DCCF;
}
.BgClassName
{
background-color: #21DCCF;
}
</style>
border-color css
<style>
span { border-color: #21DCCF; }
span { border-color: rgb(33,220,207); }
td.TdClassName
{
border-color: #21DCCF;
}
.TagClassName
{
border-color: #21DCCF;
}
</style>