Shades of Turquoise #21EEC6
Tints of Turquoise #21EEC6
RGB
CMYK
RGB Variations
Color information
#21EEC6 (or 0x21EEC6) is known color: Turquoise. HEX triplet: 21, EE and C6. RGB value is (33,238,198). Sum of RGB (Red+Green+Blue) = 33+238+198=469 (62% of max value = 765). Red value is 33 (13.28% from 255 or 7.04% from 469); Green value is 238 (93.36% from 255 or 50.75% from 469); Blue value is 198 (77.73% from 255 or 42.22% from 469); Max value from RGB is 238 - color contains mainly: green. Hex color #21EEC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21EEC6 is #DE1139. Grayscale: #ACACAC. Windows color (decimal): -14553402 or 13037089. OLE color: 13037089.
HSL color Cylindrical-coordinate representation of color #21EEC6: hue angle of 168.29º 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 #21EEC6 is Cyan = 0.86, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 238 | 198 | - |
| CMYK | 0.86 | 0 | 0.17 | 0.07 |
| HSL | 168.29º | 0.86% | 0.53% | - |
| HSV(B) | 168.29º | 0.86% | 0.93% | - |
| XYZ | 41.39 | 65.55 | 63.9 | - |
| YUV | 172.15 | 142.58 | 28.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 238 | 198 | 0.86 | 0 | 0.17 | 0.07 | 168.29 | 0.86 | 0.53 |
| Hex | 21 | EE | C6 | 56 | 0 | 11 | 7 | A8 | 56 | 35 |
| Octal | 41 | 356 | 306 | 126 | 0 | 21 | 7 | 250 | 126 | 65 |
| Binary | 100001 | 11101110 | 11000110 | 1010110 | 0 | 10001 | 111 | 10101000 | 1010110 | 110101 |
Color Harmonies of #21EEC6
Complementary color
Monochromatic Colors of #21EEC6
Black with #21EEC6
Text Example
Text Example
White with #21EEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21EEC6; }
p { color: rgb(33,238,198); }
H1.HeaderClassName
{
color: #21EEC6;
}
.AnyTagClassName
{
color: #21EEC6;
}
</style>
background-color css
<style>
a { background-color: #21EEC6; }
a { background-color: rgb(33,238,198); }
div.DivClassName
{
background-color: #21EEC6;
}
.BgClassName
{
background-color: #21EEC6;
}
</style>
border-color css
<style>
span { border-color: #21EEC6; }
span { border-color: rgb(33,238,198); }
td.TdClassName
{
border-color: #21EEC6;
}
.TagClassName
{
border-color: #21EEC6;
}
</style>