Shades of Turquoise #2CE1DF
Tints of Turquoise #2CE1DF
RGB
CMYK
RGB Variations
Color information
#2CE1DF (or 0x2CE1DF) is known color: Turquoise. HEX triplet: 2C, E1 and DF. RGB value is (44,225,223). Sum of RGB (Red+Green+Blue) = 44+225+223=492 (65% of max value = 765). Red value is 44 (17.58% from 255 or 8.94% from 492); Green value is 225 (88.28% from 255 or 45.73% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 225 - color contains mainly: green. Hex color #2CE1DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CE1DF is #D31E20. Grayscale: #AAAAAA. Windows color (decimal): -13835809 or 14672172. OLE color: 14672172.
HSL color Cylindrical-coordinate representation of color #2CE1DF: hue angle of 179.34º 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 #2CE1DF is Cyan = 0.80, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 44 | 225 | 223 | - |
| CMYK | 0.80 | 0 | 0.01 | 0.12 |
| HSL | 179.34º | 0.75% | 0.53% | - |
| HSV(B) | 179.34º | 0.8% | 0.88% | - |
| XYZ | 41.28 | 59.71 | 79.16 | - |
| YUV | 170.65 | 157.53 | 37.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 225 | 223 | 0.80 | 0 | 0.01 | 0.12 | 179.34 | 0.75 | 0.53 |
| Hex | 2C | E1 | DF | 50 | 0 | 1 | C | B3 | 4B | 35 |
| Octal | 54 | 341 | 337 | 120 | 0 | 1 | 14 | 263 | 113 | 65 |
| Binary | 101100 | 11100001 | 11011111 | 1010000 | 0 | 1 | 1100 | 10110011 | 1001011 | 110101 |
Color Harmonies of #2CE1DF
Complementary color
Monochromatic Colors of #2CE1DF
Black with #2CE1DF
Text Example
Text Example
White with #2CE1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE1DF; }
p { color: rgb(44,225,223); }
H1.HeaderClassName
{
color: #2CE1DF;
}
.AnyTagClassName
{
color: #2CE1DF;
}
</style>
background-color css
<style>
a { background-color: #2CE1DF; }
a { background-color: rgb(44,225,223); }
div.DivClassName
{
background-color: #2CE1DF;
}
.BgClassName
{
background-color: #2CE1DF;
}
</style>
border-color css
<style>
span { border-color: #2CE1DF; }
span { border-color: rgb(44,225,223); }
td.TdClassName
{
border-color: #2CE1DF;
}
.TagClassName
{
border-color: #2CE1DF;
}
</style>