Shades of Turquoise #21EFC6
Tints of Turquoise #21EFC6
RGB
CMYK
RGB Variations
Color information
#21EFC6 (or 0x21EFC6) is known color: Turquoise. HEX triplet: 21, EF and C6. RGB value is (33,239,198). Sum of RGB (Red+Green+Blue) = 33+239+198=470 (62% of max value = 765). Red value is 33 (13.28% from 255 or 7.02% from 470); Green value is 239 (93.75% from 255 or 50.85% from 470); Blue value is 198 (77.73% from 255 or 42.13% from 470); Max value from RGB is 239 - color contains mainly: green. Hex color #21EFC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21EFC6 is #DE1039. Grayscale: #ACACAC. Windows color (decimal): -14553146 or 13037345. OLE color: 13037345.
HSL color Cylindrical-coordinate representation of color #21EFC6: hue angle of 168.06º 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 #21EFC6 is Cyan = 0.86, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 33 | 239 | 198 | - |
| CMYK | 0.86 | 0 | 0.17 | 0.06 |
| HSL | 168.06º | 0.87% | 0.53% | - |
| HSV(B) | 168.06º | 0.86% | 0.94% | - |
| XYZ | 41.69 | 66.13 | 63.99 | - |
| YUV | 172.73 | 142.25 | 28.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 239 | 198 | 0.86 | 0 | 0.17 | 0.06 | 168.06 | 0.87 | 0.53 |
| Hex | 21 | EF | C6 | 56 | 0 | 11 | 6 | A8 | 57 | 35 |
| Octal | 41 | 357 | 306 | 126 | 0 | 21 | 6 | 250 | 127 | 65 |
| Binary | 100001 | 11101111 | 11000110 | 1010110 | 0 | 10001 | 110 | 10101000 | 1010111 | 110101 |
Color Harmonies of #21EFC6
Complementary color
Monochromatic Colors of #21EFC6
Black with #21EFC6
Text Example
Text Example
White with #21EFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21EFC6; }
p { color: rgb(33,239,198); }
H1.HeaderClassName
{
color: #21EFC6;
}
.AnyTagClassName
{
color: #21EFC6;
}
</style>
background-color css
<style>
a { background-color: #21EFC6; }
a { background-color: rgb(33,239,198); }
div.DivClassName
{
background-color: #21EFC6;
}
.BgClassName
{
background-color: #21EFC6;
}
</style>
border-color css
<style>
span { border-color: #21EFC6; }
span { border-color: rgb(33,239,198); }
td.TdClassName
{
border-color: #21EFC6;
}
.TagClassName
{
border-color: #21EFC6;
}
</style>