Shades of Bright Turquoise #21DFE4
Tints of Bright Turquoise #21DFE4
RGB
CMYK
RGB Variations
Color information
#21DFE4 (or 0x21DFE4) is known color: Bright Turquoise. HEX triplet: 21, DF and E4. RGB value is (33,223,228). Sum of RGB (Red+Green+Blue) = 33+223+228=484 (64% of max value = 765). Red value is 33 (13.28% from 255 or 6.82% from 484); Green value is 223 (87.5% from 255 or 46.07% from 484); Blue value is 228 (89.45% from 255 or 47.11% from 484); Max value from RGB is 228 - color contains mainly: blue. Hex color #21DFE4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21DFE4 is #DE201B. Grayscale: #A6A6A6. Windows color (decimal): -14557212 or 14999329. OLE color: 14999329.
HSL color Cylindrical-coordinate representation of color #21DFE4: hue angle of 181.54º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21DFE4 is Cyan = 0.86, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 33 | 223 | 228 | - |
| CMYK | 0.86 | 0.02 | 0 | 0.11 |
| HSL | 181.54º | 0.78% | 0.51% | - |
| HSV(B) | 181.54º | 0.86% | 0.89% | - |
| XYZ | 41.02 | 58.7 | 82.57 | - |
| YUV | 166.76 | 162.55 | 32.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 223 | 228 | 0.86 | 0.02 | 0 | 0.11 | 181.54 | 0.78 | 0.51 |
| Hex | 21 | DF | E4 | 56 | 2 | 0 | B | B6 | 4E | 33 |
| Octal | 41 | 337 | 344 | 126 | 2 | 0 | 13 | 266 | 116 | 63 |
| Binary | 100001 | 11011111 | 11100100 | 1010110 | 10 | 0 | 1011 | 10110110 | 1001110 | 110011 |
Color Harmonies of #21DFE4
Complementary color
Monochromatic Colors of #21DFE4
Black with #21DFE4
Text Example
Text Example
White with #21DFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DFE4; }
p { color: rgb(33,223,228); }
H1.HeaderClassName
{
color: #21DFE4;
}
.AnyTagClassName
{
color: #21DFE4;
}
</style>
background-color css
<style>
a { background-color: #21DFE4; }
a { background-color: rgb(33,223,228); }
div.DivClassName
{
background-color: #21DFE4;
}
.BgClassName
{
background-color: #21DFE4;
}
</style>
border-color css
<style>
span { border-color: #21DFE4; }
span { border-color: rgb(33,223,228); }
td.TdClassName
{
border-color: #21DFE4;
}
.TagClassName
{
border-color: #21DFE4;
}
</style>