Shades of Turquoise #2CE1C9
Tints of Turquoise #2CE1C9
RGB
CMYK
RGB Variations
Color information
#2CE1C9 (or 0x2CE1C9) is known color: Turquoise. HEX triplet: 2C, E1 and C9. RGB value is (44,225,201). Sum of RGB (Red+Green+Blue) = 44+225+201=470 (62% of max value = 765). Red value is 44 (17.58% from 255 or 9.36% from 470); Green value is 225 (88.28% from 255 or 47.87% from 470); Blue value is 201 (78.91% from 255 or 42.77% from 470); Max value from RGB is 225 - color contains mainly: green. Hex color #2CE1C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CE1C9 is #D31E36. Grayscale: #A8A8A8. Windows color (decimal): -13835831 or 13230380. OLE color: 13230380.
HSL color Cylindrical-coordinate representation of color #2CE1C9: hue angle of 172.04º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CE1C9 is Cyan = 0.80, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 44 | 225 | 201 | - |
| CMYK | 0.80 | 0 | 0.11 | 0.12 |
| HSL | 172.04º | 0.75% | 0.53% | - |
| HSV(B) | 172.04º | 0.8% | 0.88% | - |
| XYZ | 38.51 | 58.6 | 64.54 | - |
| YUV | 168.15 | 146.53 | 39.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 225 | 201 | 0.80 | 0 | 0.11 | 0.12 | 172.04 | 0.75 | 0.53 |
| Hex | 2C | E1 | C9 | 50 | 0 | B | C | AC | 4B | 35 |
| Octal | 54 | 341 | 311 | 120 | 0 | 13 | 14 | 254 | 113 | 65 |
| Binary | 101100 | 11100001 | 11001001 | 1010000 | 0 | 1011 | 1100 | 10101100 | 1001011 | 110101 |
Color Harmonies of #2CE1C9
Complementary color
Monochromatic Colors of #2CE1C9
Black with #2CE1C9
Text Example
Text Example
White with #2CE1C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE1C9; }
p { color: rgb(44,225,201); }
H1.HeaderClassName
{
color: #2CE1C9;
}
.AnyTagClassName
{
color: #2CE1C9;
}
</style>
background-color css
<style>
a { background-color: #2CE1C9; }
a { background-color: rgb(44,225,201); }
div.DivClassName
{
background-color: #2CE1C9;
}
.BgClassName
{
background-color: #2CE1C9;
}
</style>
border-color css
<style>
span { border-color: #2CE1C9; }
span { border-color: rgb(44,225,201); }
td.TdClassName
{
border-color: #2CE1C9;
}
.TagClassName
{
border-color: #2CE1C9;
}
</style>