Shades of Turquoise #2CE0C7
Tints of Turquoise #2CE0C7
RGB
CMYK
RGB Variations
Color information
#2CE0C7 (or 0x2CE0C7) is known color: Turquoise. HEX triplet: 2C, E0 and C7. RGB value is (44,224,199). Sum of RGB (Red+Green+Blue) = 44+224+199=467 (61% of max value = 765). Red value is 44 (17.58% from 255 or 9.42% from 467); Green value is 224 (87.89% from 255 or 47.97% from 467); Blue value is 199 (78.12% from 255 or 42.61% from 467); Max value from RGB is 224 - color contains mainly: green. Hex color #2CE0C7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CE0C7 is #D31F38. Grayscale: #A7A7A7. Windows color (decimal): -13836089 or 13099052. OLE color: 13099052.
HSL color Cylindrical-coordinate representation of color #2CE0C7: hue angle of 171.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 #2CE0C7 is Cyan = 0.80, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 44 | 224 | 199 | - |
| CMYK | 0.80 | 0 | 0.11 | 0.12 |
| HSL | 171.67º | 0.74% | 0.53% | - |
| HSV(B) | 171.67º | 0.8% | 0.88% | - |
| XYZ | 38 | 57.97 | 63.22 | - |
| YUV | 167.33 | 145.87 | 40.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 224 | 199 | 0.80 | 0 | 0.11 | 0.12 | 171.67 | 0.74 | 0.53 |
| Hex | 2C | E0 | C7 | 50 | 0 | B | C | AC | 4A | 35 |
| Octal | 54 | 340 | 307 | 120 | 0 | 13 | 14 | 254 | 112 | 65 |
| Binary | 101100 | 11100000 | 11000111 | 1010000 | 0 | 1011 | 1100 | 10101100 | 1001010 | 110101 |
Color Harmonies of #2CE0C7
Complementary color
Monochromatic Colors of #2CE0C7
Black with #2CE0C7
Text Example
Text Example
White with #2CE0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE0C7; }
p { color: rgb(44,224,199); }
H1.HeaderClassName
{
color: #2CE0C7;
}
.AnyTagClassName
{
color: #2CE0C7;
}
</style>
background-color css
<style>
a { background-color: #2CE0C7; }
a { background-color: rgb(44,224,199); }
div.DivClassName
{
background-color: #2CE0C7;
}
.BgClassName
{
background-color: #2CE0C7;
}
</style>
border-color css
<style>
span { border-color: #2CE0C7; }
span { border-color: rgb(44,224,199); }
td.TdClassName
{
border-color: #2CE0C7;
}
.TagClassName
{
border-color: #2CE0C7;
}
</style>