Shades of Bright Turquoise #21EFEC
Tints of Bright Turquoise #21EFEC
RGB
CMYK
RGB Variations
Color information
#21EFEC (or 0x21EFEC) is known color: Bright Turquoise. HEX triplet: 21, EF and EC. RGB value is (33,239,236). Sum of RGB (Red+Green+Blue) = 33+239+236=508 (67% of max value = 765). Red value is 33 (13.28% from 255 or 6.50% from 508); Green value is 239 (93.75% from 255 or 47.05% from 508); Blue value is 236 (92.58% from 255 or 46.46% from 508); Max value from RGB is 239 - color contains mainly: green. Hex color #21EFEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #21EFEC is #DE1013. Grayscale: #B0B0B0. Windows color (decimal): -14553108 or 15527713. OLE color: 15527713.
HSL color Cylindrical-coordinate representation of color #21EFEC: hue angle of 179.13º 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 #21EFEC is Cyan = 0.86, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 33 | 239 | 236 | - |
| CMYK | 0.86 | 0 | 0.01 | 0.06 |
| HSL | 179.13º | 0.87% | 0.53% | - |
| HSV(B) | 179.13º | 0.86% | 0.94% | - |
| XYZ | 46.63 | 68.11 | 90.05 | - |
| YUV | 177.06 | 161.25 | 25.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 239 | 236 | 0.86 | 0 | 0.01 | 0.06 | 179.13 | 0.87 | 0.53 |
| Hex | 21 | EF | EC | 56 | 0 | 1 | 6 | B3 | 57 | 35 |
| Octal | 41 | 357 | 354 | 126 | 0 | 1 | 6 | 263 | 127 | 65 |
| Binary | 100001 | 11101111 | 11101100 | 1010110 | 0 | 1 | 110 | 10110011 | 1010111 | 110101 |
Color Harmonies of #21EFEC
Complementary color
Monochromatic Colors of #21EFEC
Black with #21EFEC
Text Example
Text Example
White with #21EFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21EFEC; }
p { color: rgb(33,239,236); }
H1.HeaderClassName
{
color: #21EFEC;
}
.AnyTagClassName
{
color: #21EFEC;
}
</style>
background-color css
<style>
a { background-color: #21EFEC; }
a { background-color: rgb(33,239,236); }
div.DivClassName
{
background-color: #21EFEC;
}
.BgClassName
{
background-color: #21EFEC;
}
</style>
border-color css
<style>
span { border-color: #21EFEC; }
span { border-color: rgb(33,239,236); }
td.TdClassName
{
border-color: #21EFEC;
}
.TagClassName
{
border-color: #21EFEC;
}
</style>