Shades of Bright Turquoise #21DBE7
Tints of Bright Turquoise #21DBE7
RGB
CMYK
RGB Variations
Color information
#21DBE7 (or 0x21DBE7) is known color: Bright Turquoise. HEX triplet: 21, DB and E7. RGB value is (33,219,231). Sum of RGB (Red+Green+Blue) = 33+219+231=483 (63% of max value = 765). Red value is 33 (13.28% from 255 or 6.83% from 483); Green value is 219 (85.94% from 255 or 45.34% from 483); Blue value is 231 (90.62% from 255 or 47.83% from 483); Max value from RGB is 231 - color contains mainly: blue. Hex color #21DBE7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21DBE7 is #DE2418. Grayscale: #A4A4A4. Windows color (decimal): -14558233 or 15194913. OLE color: 15194913.
HSL color Cylindrical-coordinate representation of color #21DBE7: hue angle of 183.64º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21DBE7 is Cyan = 0.86, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 33 | 219 | 231 | - |
| CMYK | 0.86 | 0.05 | 0 | 0.09 |
| HSL | 183.64º | 0.8% | 0.52% | - |
| HSV(B) | 183.64º | 0.86% | 0.91% | - |
| XYZ | 40.38 | 56.76 | 84.43 | - |
| YUV | 164.75 | 165.38 | 34.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 219 | 231 | 0.86 | 0.05 | 0 | 0.09 | 183.64 | 0.8 | 0.52 |
| Hex | 21 | DB | E7 | 56 | 5 | 0 | 9 | B8 | 50 | 34 |
| Octal | 41 | 333 | 347 | 126 | 5 | 0 | 11 | 270 | 120 | 64 |
| Binary | 100001 | 11011011 | 11100111 | 1010110 | 101 | 0 | 1001 | 10111000 | 1010000 | 110100 |
Color Harmonies of #21DBE7
Complementary color
Monochromatic Colors of #21DBE7
Black with #21DBE7
Text Example
Text Example
White with #21DBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DBE7; }
p { color: rgb(33,219,231); }
H1.HeaderClassName
{
color: #21DBE7;
}
.AnyTagClassName
{
color: #21DBE7;
}
</style>
background-color css
<style>
a { background-color: #21DBE7; }
a { background-color: rgb(33,219,231); }
div.DivClassName
{
background-color: #21DBE7;
}
.BgClassName
{
background-color: #21DBE7;
}
</style>
border-color css
<style>
span { border-color: #21DBE7; }
span { border-color: rgb(33,219,231); }
td.TdClassName
{
border-color: #21DBE7;
}
.TagClassName
{
border-color: #21DBE7;
}
</style>