Shades of Turquoise #2CEAC1
Tints of Turquoise #2CEAC1
RGB
CMYK
RGB Variations
Color information
#2CEAC1 (or 0x2CEAC1) is known color: Turquoise. HEX triplet: 2C, EA and C1. RGB value is (44,234,193). Sum of RGB (Red+Green+Blue) = 44+234+193=471 (62% of max value = 765). Red value is 44 (17.58% from 255 or 9.34% from 471); Green value is 234 (91.80% from 255 or 49.68% from 471); Blue value is 193 (75.78% from 255 or 40.98% from 471); Max value from RGB is 234 - color contains mainly: green. Hex color #2CEAC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CEAC1 is #D3153E. Grayscale: #ACACAC. Windows color (decimal): -13833535 or 12708396. OLE color: 12708396.
HSL color Cylindrical-coordinate representation of color #2CEAC1: hue angle of 167.05º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CEAC1 is Cyan = 0.81, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 234 | 193 | - |
| CMYK | 0.81 | 0 | 0.18 | 0.08 |
| HSL | 167.05º | 0.82% | 0.55% | - |
| HSV(B) | 167.05º | 0.81% | 0.92% | - |
| XYZ | 40.09 | 63.23 | 60.54 | - |
| YUV | 172.52 | 139.55 | 36.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 234 | 193 | 0.81 | 0 | 0.18 | 0.08 | 167.05 | 0.82 | 0.55 |
| Hex | 2C | EA | C1 | 51 | 0 | 12 | 8 | A7 | 52 | 37 |
| Octal | 54 | 352 | 301 | 121 | 0 | 22 | 10 | 247 | 122 | 67 |
| Binary | 101100 | 11101010 | 11000001 | 1010001 | 0 | 10010 | 1000 | 10100111 | 1010010 | 110111 |
Color Harmonies of #2CEAC1
Complementary color
Monochromatic Colors of #2CEAC1
Black with #2CEAC1
Text Example
Text Example
White with #2CEAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEAC1; }
p { color: rgb(44,234,193); }
H1.HeaderClassName
{
color: #2CEAC1;
}
.AnyTagClassName
{
color: #2CEAC1;
}
</style>
background-color css
<style>
a { background-color: #2CEAC1; }
a { background-color: rgb(44,234,193); }
div.DivClassName
{
background-color: #2CEAC1;
}
.BgClassName
{
background-color: #2CEAC1;
}
</style>
border-color css
<style>
span { border-color: #2CEAC1; }
span { border-color: rgb(44,234,193); }
td.TdClassName
{
border-color: #2CEAC1;
}
.TagClassName
{
border-color: #2CEAC1;
}
</style>