Shades of Bright Turquoise #21D3EA
Tints of Bright Turquoise #21D3EA
RGB
CMYK
RGB Variations
Color information
#21D3EA (or 0x21D3EA) is known color: Bright Turquoise. HEX triplet: 21, D3 and EA. RGB value is (33,211,234). Sum of RGB (Red+Green+Blue) = 33+211+234=478 (63% of max value = 765). Red value is 33 (13.28% from 255 or 6.90% from 478); Green value is 211 (82.81% from 255 or 44.14% from 478); Blue value is 234 (91.80% from 255 or 48.95% from 478); Max value from RGB is 234 - color contains mainly: blue. Hex color #21D3EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21D3EA is #DE2C15. Grayscale: #A0A0A0. Windows color (decimal): -14560278 or 15389473. OLE color: 15389473.
HSL color Cylindrical-coordinate representation of color #21D3EA: hue angle of 186.87º 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 #21D3EA is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 33 | 211 | 234 | - |
| CMYK | 0.86 | 0.10 | 0 | 0.08 |
| HSL | 186.87º | 0.83% | 0.52% | - |
| HSV(B) | 186.87º | 0.86% | 0.92% | - |
| XYZ | 38.77 | 52.85 | 86 | - |
| YUV | 160.4 | 169.53 | 37.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 211 | 234 | 0.86 | 0.10 | 0 | 0.08 | 186.87 | 0.83 | 0.52 |
| Hex | 21 | D3 | EA | 56 | A | 0 | 8 | BB | 53 | 34 |
| Octal | 41 | 323 | 352 | 126 | 12 | 0 | 10 | 273 | 123 | 64 |
| Binary | 100001 | 11010011 | 11101010 | 1010110 | 1010 | 0 | 1000 | 10111011 | 1010011 | 110100 |
Color Harmonies of #21D3EA
Complementary color
Monochromatic Colors of #21D3EA
Black with #21D3EA
Text Example
Text Example
White with #21D3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D3EA; }
p { color: rgb(33,211,234); }
H1.HeaderClassName
{
color: #21D3EA;
}
.AnyTagClassName
{
color: #21D3EA;
}
</style>
background-color css
<style>
a { background-color: #21D3EA; }
a { background-color: rgb(33,211,234); }
div.DivClassName
{
background-color: #21D3EA;
}
.BgClassName
{
background-color: #21D3EA;
}
</style>
border-color css
<style>
span { border-color: #21D3EA; }
span { border-color: rgb(33,211,234); }
td.TdClassName
{
border-color: #21D3EA;
}
.TagClassName
{
border-color: #21D3EA;
}
</style>