Shades of Turquoise #2CE0D1
Tints of Turquoise #2CE0D1
RGB
CMYK
RGB Variations
Color information
#2CE0D1 (or 0x2CE0D1) is known color: Turquoise. HEX triplet: 2C, E0 and D1. RGB value is (44,224,209). Sum of RGB (Red+Green+Blue) = 44+224+209=477 (63% of max value = 765). Red value is 44 (17.58% from 255 or 9.22% from 477); Green value is 224 (87.89% from 255 or 46.96% from 477); Blue value is 209 (82.03% from 255 or 43.82% from 477); Max value from RGB is 224 - color contains mainly: green. Hex color #2CE0D1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CE0D1 is #D31F2E. Grayscale: #A8A8A8. Windows color (decimal): -13836079 or 13754412. OLE color: 13754412.
HSL color Cylindrical-coordinate representation of color #2CE0D1: hue angle of 175º 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 #2CE0D1 is Cyan = 0.80, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 44 | 224 | 209 | - |
| CMYK | 0.80 | 0 | 0.07 | 0.12 |
| HSL | 175º | 0.74% | 0.53% | - |
| HSV(B) | 175º | 0.8% | 0.88% | - |
| XYZ | 39.2 | 58.45 | 69.54 | - |
| YUV | 168.47 | 150.87 | 39.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 224 | 209 | 0.80 | 0 | 0.07 | 0.12 | 175 | 0.74 | 0.53 |
| Hex | 2C | E0 | D1 | 50 | 0 | 7 | C | AF | 4A | 35 |
| Octal | 54 | 340 | 321 | 120 | 0 | 7 | 14 | 257 | 112 | 65 |
| Binary | 101100 | 11100000 | 11010001 | 1010000 | 0 | 111 | 1100 | 10101111 | 1001010 | 110101 |
Color Harmonies of #2CE0D1
Complementary color
Monochromatic Colors of #2CE0D1
Black with #2CE0D1
Text Example
Text Example
White with #2CE0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE0D1; }
p { color: rgb(44,224,209); }
H1.HeaderClassName
{
color: #2CE0D1;
}
.AnyTagClassName
{
color: #2CE0D1;
}
</style>
background-color css
<style>
a { background-color: #2CE0D1; }
a { background-color: rgb(44,224,209); }
div.DivClassName
{
background-color: #2CE0D1;
}
.BgClassName
{
background-color: #2CE0D1;
}
</style>
border-color css
<style>
span { border-color: #2CE0D1; }
span { border-color: rgb(44,224,209); }
td.TdClassName
{
border-color: #2CE0D1;
}
.TagClassName
{
border-color: #2CE0D1;
}
</style>