Shades of Bright Turquoise #21DCEE
Tints of Bright Turquoise #21DCEE
RGB
CMYK
RGB Variations
Color information
#21DCEE (or 0x21DCEE) is known color: Bright Turquoise. HEX triplet: 21, DC and EE. RGB value is (33,220,238). Sum of RGB (Red+Green+Blue) = 33+220+238=491 (65% of max value = 765). Red value is 33 (13.28% from 255 or 6.72% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 238 (93.36% from 255 or 48.47% from 491); Max value from RGB is 238 - color contains mainly: blue. Hex color #21DCEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21DCEE is #DE2311. Grayscale: #A5A5A5. Windows color (decimal): -14557970 or 15653921. OLE color: 15653921.
HSL color Cylindrical-coordinate representation of color #21DCEE: hue angle of 185.27º 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 #21DCEE is Cyan = 0.86, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 220 | 238 | - |
| CMYK | 0.86 | 0.08 | 0 | 0.07 |
| HSL | 185.27º | 0.86% | 0.53% | - |
| HSV(B) | 185.27º | 0.86% | 0.93% | - |
| XYZ | 41.65 | 57.68 | 89.83 | - |
| YUV | 166.14 | 168.55 | 33.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 220 | 238 | 0.86 | 0.08 | 0 | 0.07 | 185.27 | 0.86 | 0.53 |
| Hex | 21 | DC | EE | 56 | 8 | 0 | 7 | B9 | 56 | 35 |
| Octal | 41 | 334 | 356 | 126 | 10 | 0 | 7 | 271 | 126 | 65 |
| Binary | 100001 | 11011100 | 11101110 | 1010110 | 1000 | 0 | 111 | 10111001 | 1010110 | 110101 |
Color Harmonies of #21DCEE
Complementary color
Monochromatic Colors of #21DCEE
Black with #21DCEE
Text Example
Text Example
White with #21DCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DCEE; }
p { color: rgb(33,220,238); }
H1.HeaderClassName
{
color: #21DCEE;
}
.AnyTagClassName
{
color: #21DCEE;
}
</style>
background-color css
<style>
a { background-color: #21DCEE; }
a { background-color: rgb(33,220,238); }
div.DivClassName
{
background-color: #21DCEE;
}
.BgClassName
{
background-color: #21DCEE;
}
</style>
border-color css
<style>
span { border-color: #21DCEE; }
span { border-color: rgb(33,220,238); }
td.TdClassName
{
border-color: #21DCEE;
}
.TagClassName
{
border-color: #21DCEE;
}
</style>