Shades of Bright Turquoise #21EDEF
Tints of Bright Turquoise #21EDEF
RGB
CMYK
RGB Variations
Color information
#21EDEF (or 0x21EDEF) is known color: Bright Turquoise. HEX triplet: 21, ED and EF. RGB value is (33,237,239). Sum of RGB (Red+Green+Blue) = 33+237+239=509 (67% of max value = 765). Red value is 33 (13.28% from 255 or 6.48% from 509); Green value is 237 (92.97% from 255 or 46.56% from 509); Blue value is 239 (93.75% from 255 or 46.95% from 509); Max value from RGB is 239 - color contains mainly: blue. Hex color #21EDEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #21EDEF is #DE1210. Grayscale: #B0B0B0. Windows color (decimal): -14553617 or 15723809. OLE color: 15723809.
HSL color Cylindrical-coordinate representation of color #21EDEF: hue angle of 180.58º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21EDEF is Cyan = 0.86, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 33 | 237 | 239 | - |
| CMYK | 0.86 | 0.01 | 0 | 0.06 |
| HSL | 180.58º | 0.87% | 0.53% | - |
| HSV(B) | 180.58º | 0.86% | 0.94% | - |
| XYZ | 46.49 | 67.12 | 92.17 | - |
| YUV | 176.23 | 163.41 | 25.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 237 | 239 | 0.86 | 0.01 | 0 | 0.06 | 180.58 | 0.87 | 0.53 |
| Hex | 21 | ED | EF | 56 | 1 | 0 | 6 | B5 | 57 | 35 |
| Octal | 41 | 355 | 357 | 126 | 1 | 0 | 6 | 265 | 127 | 65 |
| Binary | 100001 | 11101101 | 11101111 | 1010110 | 1 | 0 | 110 | 10110101 | 1010111 | 110101 |
Color Harmonies of #21EDEF
Complementary color
Monochromatic Colors of #21EDEF
Black with #21EDEF
Text Example
Text Example
White with #21EDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21EDEF; }
p { color: rgb(33,237,239); }
H1.HeaderClassName
{
color: #21EDEF;
}
.AnyTagClassName
{
color: #21EDEF;
}
</style>
background-color css
<style>
a { background-color: #21EDEF; }
a { background-color: rgb(33,237,239); }
div.DivClassName
{
background-color: #21EDEF;
}
.BgClassName
{
background-color: #21EDEF;
}
</style>
border-color css
<style>
span { border-color: #21EDEF; }
span { border-color: rgb(33,237,239); }
td.TdClassName
{
border-color: #21EDEF;
}
.TagClassName
{
border-color: #21EDEF;
}
</style>