Shades of Bright Turquoise #21DBEA
Tints of Bright Turquoise #21DBEA
RGB
CMYK
RGB Variations
Color information
#21DBEA (or 0x21DBEA) is known color: Bright Turquoise. HEX triplet: 21, DB and EA. RGB value is (33,219,234). Sum of RGB (Red+Green+Blue) = 33+219+234=486 (64% of max value = 765). Red value is 33 (13.28% from 255 or 6.79% from 486); Green value is 219 (85.94% from 255 or 45.06% from 486); Blue value is 234 (91.80% from 255 or 48.15% from 486); Max value from RGB is 234 - color contains mainly: blue. Hex color #21DBEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21DBEA is #DE2415. Grayscale: #A4A4A4. Windows color (decimal): -14558230 or 15391521. OLE color: 15391521.
HSL color Cylindrical-coordinate representation of color #21DBEA: hue angle of 184.48º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21DBEA is Cyan = 0.86, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 33 | 219 | 234 | - |
| CMYK | 0.86 | 0.06 | 0 | 0.08 |
| HSL | 184.48º | 0.83% | 0.52% | - |
| HSV(B) | 184.48º | 0.86% | 0.92% | - |
| XYZ | 40.81 | 56.93 | 86.68 | - |
| YUV | 165.1 | 166.88 | 33.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 219 | 234 | 0.86 | 0.06 | 0 | 0.08 | 184.48 | 0.83 | 0.52 |
| Hex | 21 | DB | EA | 56 | 6 | 0 | 8 | B8 | 53 | 34 |
| Octal | 41 | 333 | 352 | 126 | 6 | 0 | 10 | 270 | 123 | 64 |
| Binary | 100001 | 11011011 | 11101010 | 1010110 | 110 | 0 | 1000 | 10111000 | 1010011 | 110100 |
Color Harmonies of #21DBEA
Complementary color
Monochromatic Colors of #21DBEA
Black with #21DBEA
Text Example
Text Example
White with #21DBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DBEA; }
p { color: rgb(33,219,234); }
H1.HeaderClassName
{
color: #21DBEA;
}
.AnyTagClassName
{
color: #21DBEA;
}
</style>
background-color css
<style>
a { background-color: #21DBEA; }
a { background-color: rgb(33,219,234); }
div.DivClassName
{
background-color: #21DBEA;
}
.BgClassName
{
background-color: #21DBEA;
}
</style>
border-color css
<style>
span { border-color: #21DBEA; }
span { border-color: rgb(33,219,234); }
td.TdClassName
{
border-color: #21DBEA;
}
.TagClassName
{
border-color: #21DBEA;
}
</style>