Shades of Turquoise #2CE5CE
Tints of Turquoise #2CE5CE
RGB
CMYK
RGB Variations
Color information
#2CE5CE (or 0x2CE5CE) is known color: Turquoise. HEX triplet: 2C, E5 and CE. RGB value is (44,229,206). Sum of RGB (Red+Green+Blue) = 44+229+206=479 (63% of max value = 765). Red value is 44 (17.58% from 255 or 9.19% from 479); Green value is 229 (89.84% from 255 or 47.81% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 229 - color contains mainly: green. Hex color #2CE5CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CE5CE is #D31A31. Grayscale: #AAAAAA. Windows color (decimal): -13834802 or 13559084. OLE color: 13559084.
HSL color Cylindrical-coordinate representation of color #2CE5CE: hue angle of 172.54º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CE5CE is Cyan = 0.81, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 44 | 229 | 206 | - |
| CMYK | 0.81 | 0 | 0.10 | 0.10 |
| HSL | 172.54º | 0.78% | 0.54% | - |
| HSV(B) | 172.54º | 0.81% | 0.9% | - |
| XYZ | 40.2 | 61.03 | 68.05 | - |
| YUV | 171.06 | 147.71 | 37.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 229 | 206 | 0.81 | 0 | 0.10 | 0.10 | 172.54 | 0.78 | 0.54 |
| Hex | 2C | E5 | CE | 51 | 0 | A | A | AD | 4E | 36 |
| Octal | 54 | 345 | 316 | 121 | 0 | 12 | 12 | 255 | 116 | 66 |
| Binary | 101100 | 11100101 | 11001110 | 1010001 | 0 | 1010 | 1010 | 10101101 | 1001110 | 110110 |
Color Harmonies of #2CE5CE
Complementary color
Monochromatic Colors of #2CE5CE
Black with #2CE5CE
Text Example
Text Example
White with #2CE5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE5CE; }
p { color: rgb(44,229,206); }
H1.HeaderClassName
{
color: #2CE5CE;
}
.AnyTagClassName
{
color: #2CE5CE;
}
</style>
background-color css
<style>
a { background-color: #2CE5CE; }
a { background-color: rgb(44,229,206); }
div.DivClassName
{
background-color: #2CE5CE;
}
.BgClassName
{
background-color: #2CE5CE;
}
</style>
border-color css
<style>
span { border-color: #2CE5CE; }
span { border-color: rgb(44,229,206); }
td.TdClassName
{
border-color: #2CE5CE;
}
.TagClassName
{
border-color: #2CE5CE;
}
</style>