Shades of Bright Turquoise #21DCD7
Tints of Bright Turquoise #21DCD7
RGB
CMYK
RGB Variations
Color information
#21DCD7 (or 0x21DCD7) is known color: Bright Turquoise. HEX triplet: 21, DC and D7. RGB value is (33,220,215). Sum of RGB (Red+Green+Blue) = 33+220+215=468 (61% of max value = 765). Red value is 33 (13.28% from 255 or 7.05% from 468); Green value is 220 (86.33% from 255 or 47.01% from 468); Blue value is 215 (84.38% from 255 or 45.94% from 468); Max value from RGB is 220 - color contains mainly: green. Hex color #21DCD7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21DCD7 is #DE2328. Grayscale: #A3A3A3. Windows color (decimal): -14557993 or 14146593. OLE color: 14146593.
HSL color Cylindrical-coordinate representation of color #21DCD7: hue angle of 178.4º 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 #21DCD7 is Cyan = 0.85, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 220 | 215 | - |
| CMYK | 0.85 | 0 | 0.02 | 0.14 |
| HSL | 178.4º | 0.74% | 0.5% | - |
| HSV(B) | 178.4º | 0.85% | 0.86% | - |
| XYZ | 38.49 | 56.42 | 73.15 | - |
| YUV | 163.52 | 157.05 | 34.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 220 | 215 | 0.85 | 0 | 0.02 | 0.14 | 178.4 | 0.74 | 0.5 |
| Hex | 21 | DC | D7 | 55 | 0 | 2 | E | B2 | 4A | 32 |
| Octal | 41 | 334 | 327 | 125 | 0 | 2 | 16 | 262 | 112 | 62 |
| Binary | 100001 | 11011100 | 11010111 | 1010101 | 0 | 10 | 1110 | 10110010 | 1001010 | 110010 |
Color Harmonies of #21DCD7
Complementary color
Monochromatic Colors of #21DCD7
Black with #21DCD7
Text Example
Text Example
White with #21DCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DCD7; }
p { color: rgb(33,220,215); }
H1.HeaderClassName
{
color: #21DCD7;
}
.AnyTagClassName
{
color: #21DCD7;
}
</style>
background-color css
<style>
a { background-color: #21DCD7; }
a { background-color: rgb(33,220,215); }
div.DivClassName
{
background-color: #21DCD7;
}
.BgClassName
{
background-color: #21DCD7;
}
</style>
border-color css
<style>
span { border-color: #21DCD7; }
span { border-color: rgb(33,220,215); }
td.TdClassName
{
border-color: #21DCD7;
}
.TagClassName
{
border-color: #21DCD7;
}
</style>