Shades of Bright Turquoise #21DFDC
Tints of Bright Turquoise #21DFDC
RGB
CMYK
RGB Variations
Color information
#21DFDC (or 0x21DFDC) is known color: Bright Turquoise. HEX triplet: 21, DF and DC. RGB value is (33,223,220). Sum of RGB (Red+Green+Blue) = 33+223+220=476 (63% of max value = 765). Red value is 33 (13.28% from 255 or 6.93% from 476); Green value is 223 (87.5% from 255 or 46.85% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 223 - color contains mainly: green. Hex color #21DFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21DFDC is #DE2023. Grayscale: #A5A5A5. Windows color (decimal): -14557220 or 14475041. OLE color: 14475041.
HSL color Cylindrical-coordinate representation of color #21DFDC: hue angle of 179.05º degrees, saturation: 0.75, 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 #21DFDC is Cyan = 0.85, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 223 | 220 | - |
| CMYK | 0.85 | 0 | 0.01 | 0.13 |
| HSL | 179.05º | 0.75% | 0.5% | - |
| HSV(B) | 179.05º | 0.85% | 0.87% | - |
| XYZ | 39.93 | 58.27 | 76.85 | - |
| YUV | 165.85 | 158.55 | 33.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 223 | 220 | 0.85 | 0 | 0.01 | 0.13 | 179.05 | 0.75 | 0.5 |
| Hex | 21 | DF | DC | 55 | 0 | 1 | D | B3 | 4B | 32 |
| Octal | 41 | 337 | 334 | 125 | 0 | 1 | 15 | 263 | 113 | 62 |
| Binary | 100001 | 11011111 | 11011100 | 1010101 | 0 | 1 | 1101 | 10110011 | 1001011 | 110010 |
Color Harmonies of #21DFDC
Complementary color
Monochromatic Colors of #21DFDC
Black with #21DFDC
Text Example
Text Example
White with #21DFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DFDC; }
p { color: rgb(33,223,220); }
H1.HeaderClassName
{
color: #21DFDC;
}
.AnyTagClassName
{
color: #21DFDC;
}
</style>
background-color css
<style>
a { background-color: #21DFDC; }
a { background-color: rgb(33,223,220); }
div.DivClassName
{
background-color: #21DFDC;
}
.BgClassName
{
background-color: #21DFDC;
}
</style>
border-color css
<style>
span { border-color: #21DFDC; }
span { border-color: rgb(33,223,220); }
td.TdClassName
{
border-color: #21DFDC;
}
.TagClassName
{
border-color: #21DFDC;
}
</style>