Shades of Turquoise #2CE0D9
Tints of Turquoise #2CE0D9
RGB
CMYK
RGB Variations
Color information
#2CE0D9 (or 0x2CE0D9) is known color: Turquoise. HEX triplet: 2C, E0 and D9. RGB value is (44,224,217). Sum of RGB (Red+Green+Blue) = 44+224+217=485 (64% of max value = 765). Red value is 44 (17.58% from 255 or 9.07% from 485); Green value is 224 (87.89% from 255 or 46.19% from 485); Blue value is 217 (85.16% from 255 or 44.74% from 485); Max value from RGB is 224 - color contains mainly: green. Hex color #2CE0D9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CE0D9 is #D31F26. Grayscale: #A9A9A9. Windows color (decimal): -13836071 or 14278700. OLE color: 14278700.
HSL color Cylindrical-coordinate representation of color #2CE0D9: hue angle of 177.67º degrees, saturation: 0.74, 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 #2CE0D9 is Cyan = 0.80, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 44 | 224 | 217 | - |
| CMYK | 0.80 | 0 | 0.03 | 0.12 |
| HSL | 177.67º | 0.74% | 0.53% | - |
| HSV(B) | 177.67º | 0.8% | 0.88% | - |
| XYZ | 40.22 | 58.86 | 74.89 | - |
| YUV | 169.38 | 154.87 | 38.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 224 | 217 | 0.80 | 0 | 0.03 | 0.12 | 177.67 | 0.74 | 0.53 |
| Hex | 2C | E0 | D9 | 50 | 0 | 3 | C | B2 | 4A | 35 |
| Octal | 54 | 340 | 331 | 120 | 0 | 3 | 14 | 262 | 112 | 65 |
| Binary | 101100 | 11100000 | 11011001 | 1010000 | 0 | 11 | 1100 | 10110010 | 1001010 | 110101 |
Color Harmonies of #2CE0D9
Complementary color
Monochromatic Colors of #2CE0D9
Black with #2CE0D9
Text Example
Text Example
White with #2CE0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE0D9; }
p { color: rgb(44,224,217); }
H1.HeaderClassName
{
color: #2CE0D9;
}
.AnyTagClassName
{
color: #2CE0D9;
}
</style>
background-color css
<style>
a { background-color: #2CE0D9; }
a { background-color: rgb(44,224,217); }
div.DivClassName
{
background-color: #2CE0D9;
}
.BgClassName
{
background-color: #2CE0D9;
}
</style>
border-color css
<style>
span { border-color: #2CE0D9; }
span { border-color: rgb(44,224,217); }
td.TdClassName
{
border-color: #2CE0D9;
}
.TagClassName
{
border-color: #2CE0D9;
}
</style>