Shades of Bright Turquoise #21DEDA
Tints of Bright Turquoise #21DEDA
RGB
CMYK
RGB Variations
Color information
#21DEDA (or 0x21DEDA) is known color: Bright Turquoise. HEX triplet: 21, DE and DA. RGB value is (33,222,218). Sum of RGB (Red+Green+Blue) = 33+222+218=473 (62% of max value = 765). Red value is 33 (13.28% from 255 or 6.98% from 473); Green value is 222 (87.11% from 255 or 46.93% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 222 - color contains mainly: green. Hex color #21DEDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21DEDA is #DE2125. Grayscale: #A4A4A4. Windows color (decimal): -14557478 or 14343713. OLE color: 14343713.
HSL color Cylindrical-coordinate representation of color #21DEDA: hue angle of 178.73º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21DEDA is Cyan = 0.85, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 222 | 218 | - |
| CMYK | 0.85 | 0 | 0.02 | 0.13 |
| HSL | 178.73º | 0.74% | 0.5% | - |
| HSV(B) | 178.73º | 0.85% | 0.87% | - |
| XYZ | 39.4 | 57.63 | 75.38 | - |
| YUV | 165.03 | 157.88 | 33.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 222 | 218 | 0.85 | 0 | 0.02 | 0.13 | 178.73 | 0.74 | 0.5 |
| Hex | 21 | DE | DA | 55 | 0 | 2 | D | B3 | 4A | 32 |
| Octal | 41 | 336 | 332 | 125 | 0 | 2 | 15 | 263 | 112 | 62 |
| Binary | 100001 | 11011110 | 11011010 | 1010101 | 0 | 10 | 1101 | 10110011 | 1001010 | 110010 |
Color Harmonies of #21DEDA
Complementary color
Monochromatic Colors of #21DEDA
Black with #21DEDA
Text Example
Text Example
White with #21DEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DEDA; }
p { color: rgb(33,222,218); }
H1.HeaderClassName
{
color: #21DEDA;
}
.AnyTagClassName
{
color: #21DEDA;
}
</style>
background-color css
<style>
a { background-color: #21DEDA; }
a { background-color: rgb(33,222,218); }
div.DivClassName
{
background-color: #21DEDA;
}
.BgClassName
{
background-color: #21DEDA;
}
</style>
border-color css
<style>
span { border-color: #21DEDA; }
span { border-color: rgb(33,222,218); }
td.TdClassName
{
border-color: #21DEDA;
}
.TagClassName
{
border-color: #21DEDA;
}
</style>