Shades of Turquoise #2CE0CD
Tints of Turquoise #2CE0CD
RGB
CMYK
RGB Variations
Color information
#2CE0CD (or 0x2CE0CD) is known color: Turquoise. HEX triplet: 2C, E0 and CD. RGB value is (44,224,205). Sum of RGB (Red+Green+Blue) = 44+224+205=473 (62% of max value = 765). Red value is 44 (17.58% from 255 or 9.30% from 473); Green value is 224 (87.89% from 255 or 47.36% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 224 - color contains mainly: green. Hex color #2CE0CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CE0CD is #D31F32. Grayscale: #A7A7A7. Windows color (decimal): -13836083 or 13492268. OLE color: 13492268.
HSL color Cylindrical-coordinate representation of color #2CE0CD: hue angle of 173.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 #2CE0CD is Cyan = 0.80, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 44 | 224 | 205 | - |
| CMYK | 0.80 | 0 | 0.08 | 0.12 |
| HSL | 173.67º | 0.74% | 0.53% | - |
| HSV(B) | 173.67º | 0.8% | 0.88% | - |
| XYZ | 38.71 | 58.25 | 66.96 | - |
| YUV | 168.01 | 148.87 | 39.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 224 | 205 | 0.80 | 0 | 0.08 | 0.12 | 173.67 | 0.74 | 0.53 |
| Hex | 2C | E0 | CD | 50 | 0 | 8 | C | AE | 4A | 35 |
| Octal | 54 | 340 | 315 | 120 | 0 | 10 | 14 | 256 | 112 | 65 |
| Binary | 101100 | 11100000 | 11001101 | 1010000 | 0 | 1000 | 1100 | 10101110 | 1001010 | 110101 |
Color Harmonies of #2CE0CD
Complementary color
Monochromatic Colors of #2CE0CD
Black with #2CE0CD
Text Example
Text Example
White with #2CE0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE0CD; }
p { color: rgb(44,224,205); }
H1.HeaderClassName
{
color: #2CE0CD;
}
.AnyTagClassName
{
color: #2CE0CD;
}
</style>
background-color css
<style>
a { background-color: #2CE0CD; }
a { background-color: rgb(44,224,205); }
div.DivClassName
{
background-color: #2CE0CD;
}
.BgClassName
{
background-color: #2CE0CD;
}
</style>
border-color css
<style>
span { border-color: #2CE0CD; }
span { border-color: rgb(44,224,205); }
td.TdClassName
{
border-color: #2CE0CD;
}
.TagClassName
{
border-color: #2CE0CD;
}
</style>