Shades of Bright Turquoise #21D8E1
Tints of Bright Turquoise #21D8E1
RGB
CMYK
RGB Variations
Color information
#21D8E1 (or 0x21D8E1) is known color: Bright Turquoise. HEX triplet: 21, D8 and E1. RGB value is (33,216,225). Sum of RGB (Red+Green+Blue) = 33+216+225=474 (62% of max value = 765). Red value is 33 (13.28% from 255 or 6.96% from 474); Green value is 216 (84.77% from 255 or 45.57% from 474); Blue value is 225 (88.28% from 255 or 47.47% from 474); Max value from RGB is 225 - color contains mainly: blue. Hex color #21D8E1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21D8E1 is #DE271E. Grayscale: #A2A2A2. Windows color (decimal): -14559007 or 14800929. OLE color: 14800929.
HSL color Cylindrical-coordinate representation of color #21D8E1: hue angle of 182.81º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21D8E1 is Cyan = 0.85, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 33 | 216 | 225 | - |
| CMYK | 0.85 | 0.04 | 0 | 0.12 |
| HSL | 182.81º | 0.76% | 0.51% | - |
| HSV(B) | 182.81º | 0.85% | 0.88% | - |
| XYZ | 38.77 | 54.87 | 79.78 | - |
| YUV | 162.31 | 163.37 | 35.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 216 | 225 | 0.85 | 0.04 | 0 | 0.12 | 182.81 | 0.76 | 0.51 |
| Hex | 21 | D8 | E1 | 55 | 4 | 0 | C | B7 | 4C | 33 |
| Octal | 41 | 330 | 341 | 125 | 4 | 0 | 14 | 267 | 114 | 63 |
| Binary | 100001 | 11011000 | 11100001 | 1010101 | 100 | 0 | 1100 | 10110111 | 1001100 | 110011 |
Color Harmonies of #21D8E1
Complementary color
Monochromatic Colors of #21D8E1
Black with #21D8E1
Text Example
Text Example
White with #21D8E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D8E1; }
p { color: rgb(33,216,225); }
H1.HeaderClassName
{
color: #21D8E1;
}
.AnyTagClassName
{
color: #21D8E1;
}
</style>
background-color css
<style>
a { background-color: #21D8E1; }
a { background-color: rgb(33,216,225); }
div.DivClassName
{
background-color: #21D8E1;
}
.BgClassName
{
background-color: #21D8E1;
}
</style>
border-color css
<style>
span { border-color: #21D8E1; }
span { border-color: rgb(33,216,225); }
td.TdClassName
{
border-color: #21D8E1;
}
.TagClassName
{
border-color: #21D8E1;
}
</style>