Shades of Turquoise #21EFC1
Tints of Turquoise #21EFC1
RGB
CMYK
RGB Variations
Color information
#21EFC1 (or 0x21EFC1) is known color: Turquoise. HEX triplet: 21, EF and C1. RGB value is (33,239,193). Sum of RGB (Red+Green+Blue) = 33+239+193=465 (61% of max value = 765). Red value is 33 (13.28% from 255 or 7.10% from 465); Green value is 239 (93.75% from 255 or 51.40% from 465); Blue value is 193 (75.78% from 255 or 41.51% from 465); Max value from RGB is 239 - color contains mainly: green. Hex color #21EFC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21EFC1 is #DE103E. Grayscale: #ACACAC. Windows color (decimal): -14553151 or 12709665. OLE color: 12709665.
HSL color Cylindrical-coordinate representation of color #21EFC1: hue angle of 166.6º 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 #21EFC1 is Cyan = 0.86, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 33 | 239 | 193 | - |
| CMYK | 0.86 | 0 | 0.19 | 0.06 |
| HSL | 166.6º | 0.87% | 0.53% | - |
| HSV(B) | 166.6º | 0.86% | 0.94% | - |
| XYZ | 41.12 | 65.91 | 61.01 | - |
| YUV | 172.16 | 139.75 | 28.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 239 | 193 | 0.86 | 0 | 0.19 | 0.06 | 166.6 | 0.87 | 0.53 |
| Hex | 21 | EF | C1 | 56 | 0 | 13 | 6 | A7 | 57 | 35 |
| Octal | 41 | 357 | 301 | 126 | 0 | 23 | 6 | 247 | 127 | 65 |
| Binary | 100001 | 11101111 | 11000001 | 1010110 | 0 | 10011 | 110 | 10100111 | 1010111 | 110101 |
Color Harmonies of #21EFC1
Complementary color
Monochromatic Colors of #21EFC1
Black with #21EFC1
Text Example
Text Example
White with #21EFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21EFC1; }
p { color: rgb(33,239,193); }
H1.HeaderClassName
{
color: #21EFC1;
}
.AnyTagClassName
{
color: #21EFC1;
}
</style>
background-color css
<style>
a { background-color: #21EFC1; }
a { background-color: rgb(33,239,193); }
div.DivClassName
{
background-color: #21EFC1;
}
.BgClassName
{
background-color: #21EFC1;
}
</style>
border-color css
<style>
span { border-color: #21EFC1; }
span { border-color: rgb(33,239,193); }
td.TdClassName
{
border-color: #21EFC1;
}
.TagClassName
{
border-color: #21EFC1;
}
</style>