Shades of Bright Turquoise #21F6EC
Tints of Bright Turquoise #21F6EC
RGB
CMYK
RGB Variations
Color information
#21F6EC (or 0x21F6EC) is known color: Bright Turquoise. HEX triplet: 21, F6 and EC. RGB value is (33,246,236). Sum of RGB (Red+Green+Blue) = 33+246+236=515 (68% of max value = 765). Red value is 33 (13.28% from 255 or 6.41% from 515); Green value is 246 (96.48% from 255 or 47.77% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 246 - color contains mainly: green. Hex color #21F6EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #21F6EC is #DE0913. Grayscale: #B5B5B5. Windows color (decimal): -14551316 or 15529505. OLE color: 15529505.
HSL color Cylindrical-coordinate representation of color #21F6EC: hue angle of 177.18º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21F6EC is Cyan = 0.87, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 33 | 246 | 236 | - |
| CMYK | 0.87 | 0 | 0.04 | 0.04 |
| HSL | 177.18º | 0.92% | 0.55% | - |
| HSV(B) | 177.18º | 0.87% | 0.96% | - |
| XYZ | 48.72 | 72.29 | 90.74 | - |
| YUV | 181.17 | 158.93 | 22.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 246 | 236 | 0.87 | 0 | 0.04 | 0.04 | 177.18 | 0.92 | 0.55 |
| Hex | 21 | F6 | EC | 57 | 0 | 4 | 4 | B1 | 5C | 37 |
| Octal | 41 | 366 | 354 | 127 | 0 | 4 | 4 | 261 | 134 | 67 |
| Binary | 100001 | 11110110 | 11101100 | 1010111 | 0 | 100 | 100 | 10110001 | 1011100 | 110111 |
Color Harmonies of #21F6EC
Complementary color
Monochromatic Colors of #21F6EC
Black with #21F6EC
Text Example
Text Example
White with #21F6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F6EC; }
p { color: rgb(33,246,236); }
H1.HeaderClassName
{
color: #21F6EC;
}
.AnyTagClassName
{
color: #21F6EC;
}
</style>
background-color css
<style>
a { background-color: #21F6EC; }
a { background-color: rgb(33,246,236); }
div.DivClassName
{
background-color: #21F6EC;
}
.BgClassName
{
background-color: #21F6EC;
}
</style>
border-color css
<style>
span { border-color: #21F6EC; }
span { border-color: rgb(33,246,236); }
td.TdClassName
{
border-color: #21F6EC;
}
.TagClassName
{
border-color: #21F6EC;
}
</style>