Shades of Turquoise #2CE5E0
Tints of Turquoise #2CE5E0
RGB
CMYK
RGB Variations
Color information
#2CE5E0 (or 0x2CE5E0) is known color: Turquoise. HEX triplet: 2C, E5 and E0. RGB value is (44,229,224). Sum of RGB (Red+Green+Blue) = 44+229+224=497 (65% of max value = 765). Red value is 44 (17.58% from 255 or 8.85% from 497); Green value is 229 (89.84% from 255 or 46.08% from 497); Blue value is 224 (87.89% from 255 or 45.07% from 497); Max value from RGB is 229 - color contains mainly: green. Hex color #2CE5E0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CE5E0 is #D31A1F. Grayscale: #ACACAC. Windows color (decimal): -13834784 or 14738732. OLE color: 14738732.
HSL color Cylindrical-coordinate representation of color #2CE5E0: hue angle of 178.38º 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 #2CE5E0 is Cyan = 0.81, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 44 | 229 | 224 | - |
| CMYK | 0.81 | 0 | 0.02 | 0.10 |
| HSL | 178.38º | 0.78% | 0.54% | - |
| HSV(B) | 178.38º | 0.81% | 0.9% | - |
| XYZ | 42.51 | 61.96 | 80.24 | - |
| YUV | 173.12 | 156.71 | 35.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 229 | 224 | 0.81 | 0 | 0.02 | 0.10 | 178.38 | 0.78 | 0.54 |
| Hex | 2C | E5 | E0 | 51 | 0 | 2 | A | B2 | 4E | 36 |
| Octal | 54 | 345 | 340 | 121 | 0 | 2 | 12 | 262 | 116 | 66 |
| Binary | 101100 | 11100101 | 11100000 | 1010001 | 0 | 10 | 1010 | 10110010 | 1001110 | 110110 |
Color Harmonies of #2CE5E0
Complementary color
Monochromatic Colors of #2CE5E0
Black with #2CE5E0
Text Example
Text Example
White with #2CE5E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE5E0; }
p { color: rgb(44,229,224); }
H1.HeaderClassName
{
color: #2CE5E0;
}
.AnyTagClassName
{
color: #2CE5E0;
}
</style>
background-color css
<style>
a { background-color: #2CE5E0; }
a { background-color: rgb(44,229,224); }
div.DivClassName
{
background-color: #2CE5E0;
}
.BgClassName
{
background-color: #2CE5E0;
}
</style>
border-color css
<style>
span { border-color: #2CE5E0; }
span { border-color: rgb(44,229,224); }
td.TdClassName
{
border-color: #2CE5E0;
}
.TagClassName
{
border-color: #2CE5E0;
}
</style>