Shades of Turquoise #2CE1CB
Tints of Turquoise #2CE1CB
RGB
CMYK
RGB Variations
Color information
#2CE1CB (or 0x2CE1CB) is known color: Turquoise. HEX triplet: 2C, E1 and CB. RGB value is (44,225,203). Sum of RGB (Red+Green+Blue) = 44+225+203=472 (62% of max value = 765). Red value is 44 (17.58% from 255 or 9.32% from 472); Green value is 225 (88.28% from 255 or 47.67% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 225 - color contains mainly: green. Hex color #2CE1CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CE1CB is #D31E34. Grayscale: #A8A8A8. Windows color (decimal): -13835829 or 13361452. OLE color: 13361452.
HSL color Cylindrical-coordinate representation of color #2CE1CB: hue angle of 172.71º 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 #2CE1CB is Cyan = 0.80, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 44 | 225 | 203 | - |
| CMYK | 0.80 | 0 | 0.10 | 0.12 |
| HSL | 172.71º | 0.75% | 0.53% | - |
| HSV(B) | 172.71º | 0.8% | 0.88% | - |
| XYZ | 38.74 | 58.7 | 65.79 | - |
| YUV | 168.37 | 147.53 | 39.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 225 | 203 | 0.80 | 0 | 0.10 | 0.12 | 172.71 | 0.75 | 0.53 |
| Hex | 2C | E1 | CB | 50 | 0 | A | C | AD | 4B | 35 |
| Octal | 54 | 341 | 313 | 120 | 0 | 12 | 14 | 255 | 113 | 65 |
| Binary | 101100 | 11100001 | 11001011 | 1010000 | 0 | 1010 | 1100 | 10101101 | 1001011 | 110101 |
Color Harmonies of #2CE1CB
Complementary color
Monochromatic Colors of #2CE1CB
Black with #2CE1CB
Text Example
Text Example
White with #2CE1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE1CB; }
p { color: rgb(44,225,203); }
H1.HeaderClassName
{
color: #2CE1CB;
}
.AnyTagClassName
{
color: #2CE1CB;
}
</style>
background-color css
<style>
a { background-color: #2CE1CB; }
a { background-color: rgb(44,225,203); }
div.DivClassName
{
background-color: #2CE1CB;
}
.BgClassName
{
background-color: #2CE1CB;
}
</style>
border-color css
<style>
span { border-color: #2CE1CB; }
span { border-color: rgb(44,225,203); }
td.TdClassName
{
border-color: #2CE1CB;
}
.TagClassName
{
border-color: #2CE1CB;
}
</style>