Shades of Bright Turquoise #21E3EA
Tints of Bright Turquoise #21E3EA
RGB
CMYK
RGB Variations
Color information
#21E3EA (or 0x21E3EA) is known color: Bright Turquoise. HEX triplet: 21, E3 and EA. RGB value is (33,227,234). Sum of RGB (Red+Green+Blue) = 33+227+234=494 (65% of max value = 765). Red value is 33 (13.28% from 255 or 6.68% from 494); Green value is 227 (89.06% from 255 or 45.95% from 494); Blue value is 234 (91.80% from 255 or 47.37% from 494); Max value from RGB is 234 - color contains mainly: blue. Hex color #21E3EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21E3EA is #DE1C15. Grayscale: #A9A9A9. Windows color (decimal): -14556182 or 15393569. OLE color: 15393569.
HSL color Cylindrical-coordinate representation of color #21E3EA: hue angle of 182.09º 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 #21E3EA is Cyan = 0.86, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 33 | 227 | 234 | - |
| CMYK | 0.86 | 0.03 | 0 | 0.08 |
| HSL | 182.09º | 0.83% | 0.52% | - |
| HSV(B) | 182.09º | 0.86% | 0.92% | - |
| XYZ | 42.95 | 61.2 | 87.39 | - |
| YUV | 169.79 | 164.23 | 30.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 227 | 234 | 0.86 | 0.03 | 0 | 0.08 | 182.09 | 0.83 | 0.52 |
| Hex | 21 | E3 | EA | 56 | 3 | 0 | 8 | B6 | 53 | 34 |
| Octal | 41 | 343 | 352 | 126 | 3 | 0 | 10 | 266 | 123 | 64 |
| Binary | 100001 | 11100011 | 11101010 | 1010110 | 11 | 0 | 1000 | 10110110 | 1010011 | 110100 |
Color Harmonies of #21E3EA
Complementary color
Monochromatic Colors of #21E3EA
Black with #21E3EA
Text Example
Text Example
White with #21E3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E3EA; }
p { color: rgb(33,227,234); }
H1.HeaderClassName
{
color: #21E3EA;
}
.AnyTagClassName
{
color: #21E3EA;
}
</style>
background-color css
<style>
a { background-color: #21E3EA; }
a { background-color: rgb(33,227,234); }
div.DivClassName
{
background-color: #21E3EA;
}
.BgClassName
{
background-color: #21E3EA;
}
</style>
border-color css
<style>
span { border-color: #21E3EA; }
span { border-color: rgb(33,227,234); }
td.TdClassName
{
border-color: #21E3EA;
}
.TagClassName
{
border-color: #21E3EA;
}
</style>