Shades of Bright Turquoise #21DCE6
Tints of Bright Turquoise #21DCE6
RGB
CMYK
RGB Variations
Color information
#21DCE6 (or 0x21DCE6) is known color: Bright Turquoise. HEX triplet: 21, DC and E6. RGB value is (33,220,230). Sum of RGB (Red+Green+Blue) = 33+220+230=483 (63% of max value = 765). Red value is 33 (13.28% from 255 or 6.83% from 483); Green value is 220 (86.33% from 255 or 45.55% from 483); Blue value is 230 (90.23% from 255 or 47.62% from 483); Max value from RGB is 230 - color contains mainly: blue. Hex color #21DCE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21DCE6 is #DE2319. Grayscale: #A5A5A5. Windows color (decimal): -14557978 or 15129633. OLE color: 15129633.
HSL color Cylindrical-coordinate representation of color #21DCE6: hue angle of 183.05º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21DCE6 is Cyan = 0.86, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 33 | 220 | 230 | - |
| CMYK | 0.86 | 0.04 | 0 | 0.10 |
| HSL | 183.05º | 0.8% | 0.52% | - |
| HSV(B) | 183.05º | 0.86% | 0.9% | - |
| XYZ | 40.5 | 57.22 | 83.77 | - |
| YUV | 165.23 | 164.55 | 33.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 220 | 230 | 0.86 | 0.04 | 0 | 0.10 | 183.05 | 0.8 | 0.52 |
| Hex | 21 | DC | E6 | 56 | 4 | 0 | A | B7 | 50 | 34 |
| Octal | 41 | 334 | 346 | 126 | 4 | 0 | 12 | 267 | 120 | 64 |
| Binary | 100001 | 11011100 | 11100110 | 1010110 | 100 | 0 | 1010 | 10110111 | 1010000 | 110100 |
Color Harmonies of #21DCE6
Complementary color
Monochromatic Colors of #21DCE6
Black with #21DCE6
Text Example
Text Example
White with #21DCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DCE6; }
p { color: rgb(33,220,230); }
H1.HeaderClassName
{
color: #21DCE6;
}
.AnyTagClassName
{
color: #21DCE6;
}
</style>
background-color css
<style>
a { background-color: #21DCE6; }
a { background-color: rgb(33,220,230); }
div.DivClassName
{
background-color: #21DCE6;
}
.BgClassName
{
background-color: #21DCE6;
}
</style>
border-color css
<style>
span { border-color: #21DCE6; }
span { border-color: rgb(33,220,230); }
td.TdClassName
{
border-color: #21DCE6;
}
.TagClassName
{
border-color: #21DCE6;
}
</style>