Shades of Bright Turquoise #21EEE0
Tints of Bright Turquoise #21EEE0
RGB
CMYK
RGB Variations
Color information
#21EEE0 (or 0x21EEE0) is known color: Bright Turquoise. HEX triplet: 21, EE and E0. RGB value is (33,238,224). Sum of RGB (Red+Green+Blue) = 33+238+224=495 (65% of max value = 765). Red value is 33 (13.28% from 255 or 6.67% from 495); Green value is 238 (93.36% from 255 or 48.08% from 495); Blue value is 224 (87.89% from 255 or 45.25% from 495); Max value from RGB is 238 - color contains mainly: green. Hex color #21EEE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21EEE0 is #DE111F. Grayscale: #AEAEAE. Windows color (decimal): -14553376 or 14741025. OLE color: 14741025.
HSL color Cylindrical-coordinate representation of color #21EEE0: hue angle of 175.9º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21EEE0 is Cyan = 0.86, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 238 | 224 | - |
| CMYK | 0.86 | 0 | 0.06 | 0.07 |
| HSL | 175.9º | 0.86% | 0.53% | - |
| HSV(B) | 175.9º | 0.86% | 0.93% | - |
| XYZ | 44.66 | 66.85 | 81.07 | - |
| YUV | 175.11 | 155.58 | 26.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 238 | 224 | 0.86 | 0 | 0.06 | 0.07 | 175.9 | 0.86 | 0.53 |
| Hex | 21 | EE | E0 | 56 | 0 | 6 | 7 | B0 | 56 | 35 |
| Octal | 41 | 356 | 340 | 126 | 0 | 6 | 7 | 260 | 126 | 65 |
| Binary | 100001 | 11101110 | 11100000 | 1010110 | 0 | 110 | 111 | 10110000 | 1010110 | 110101 |
Color Harmonies of #21EEE0
Complementary color
Monochromatic Colors of #21EEE0
Black with #21EEE0
Text Example
Text Example
White with #21EEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21EEE0; }
p { color: rgb(33,238,224); }
H1.HeaderClassName
{
color: #21EEE0;
}
.AnyTagClassName
{
color: #21EEE0;
}
</style>
background-color css
<style>
a { background-color: #21EEE0; }
a { background-color: rgb(33,238,224); }
div.DivClassName
{
background-color: #21EEE0;
}
.BgClassName
{
background-color: #21EEE0;
}
</style>
border-color css
<style>
span { border-color: #21EEE0; }
span { border-color: rgb(33,238,224); }
td.TdClassName
{
border-color: #21EEE0;
}
.TagClassName
{
border-color: #21EEE0;
}
</style>