Shades of Bright Turquoise #21D8EA
Tints of Bright Turquoise #21D8EA
RGB
CMYK
RGB Variations
Color information
#21D8EA (or 0x21D8EA) is known color: Bright Turquoise. HEX triplet: 21, D8 and EA. RGB value is (33,216,234). Sum of RGB (Red+Green+Blue) = 33+216+234=483 (63% of max value = 765). Red value is 33 (13.28% from 255 or 6.83% from 483); Green value is 216 (84.77% from 255 or 44.72% from 483); Blue value is 234 (91.80% from 255 or 48.45% from 483); Max value from RGB is 234 - color contains mainly: blue. Hex color #21D8EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21D8EA is #DE2715. Grayscale: #A3A3A3. Windows color (decimal): -14558998 or 15390753. OLE color: 15390753.
HSL color Cylindrical-coordinate representation of color #21D8EA: hue angle of 185.37º 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 #21D8EA is Cyan = 0.86, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 33 | 216 | 234 | - |
| CMYK | 0.86 | 0.08 | 0 | 0.08 |
| HSL | 185.37º | 0.83% | 0.52% | - |
| HSV(B) | 185.37º | 0.86% | 0.92% | - |
| XYZ | 40.03 | 55.38 | 86.42 | - |
| YUV | 163.34 | 167.87 | 35.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 216 | 234 | 0.86 | 0.08 | 0 | 0.08 | 185.37 | 0.83 | 0.52 |
| Hex | 21 | D8 | EA | 56 | 8 | 0 | 8 | B9 | 53 | 34 |
| Octal | 41 | 330 | 352 | 126 | 10 | 0 | 10 | 271 | 123 | 64 |
| Binary | 100001 | 11011000 | 11101010 | 1010110 | 1000 | 0 | 1000 | 10111001 | 1010011 | 110100 |
Color Harmonies of #21D8EA
Complementary color
Monochromatic Colors of #21D8EA
Black with #21D8EA
Text Example
Text Example
White with #21D8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D8EA; }
p { color: rgb(33,216,234); }
H1.HeaderClassName
{
color: #21D8EA;
}
.AnyTagClassName
{
color: #21D8EA;
}
</style>
background-color css
<style>
a { background-color: #21D8EA; }
a { background-color: rgb(33,216,234); }
div.DivClassName
{
background-color: #21D8EA;
}
.BgClassName
{
background-color: #21D8EA;
}
</style>
border-color css
<style>
span { border-color: #21D8EA; }
span { border-color: rgb(33,216,234); }
td.TdClassName
{
border-color: #21D8EA;
}
.TagClassName
{
border-color: #21D8EA;
}
</style>