Shades of Turquoise #2CEAC3
Tints of Turquoise #2CEAC3
RGB
CMYK
RGB Variations
Color information
#2CEAC3 (or 0x2CEAC3) is known color: Turquoise. HEX triplet: 2C, EA and C3. RGB value is (44,234,195). Sum of RGB (Red+Green+Blue) = 44+234+195=473 (62% of max value = 765). Red value is 44 (17.58% from 255 or 9.30% from 473); Green value is 234 (91.80% from 255 or 49.47% from 473); Blue value is 195 (76.56% from 255 or 41.23% from 473); Max value from RGB is 234 - color contains mainly: green. Hex color #2CEAC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CEAC3 is #D3153C. Grayscale: #ACACAC. Windows color (decimal): -13833533 or 12839468. OLE color: 12839468.
HSL color Cylindrical-coordinate representation of color #2CEAC3: hue angle of 167.68º 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 #2CEAC3 is Cyan = 0.81, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 234 | 195 | - |
| CMYK | 0.81 | 0 | 0.17 | 0.08 |
| HSL | 167.68º | 0.82% | 0.55% | - |
| HSV(B) | 167.68º | 0.81% | 0.92% | - |
| XYZ | 40.31 | 63.32 | 61.73 | - |
| YUV | 172.74 | 140.55 | 36.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 234 | 195 | 0.81 | 0 | 0.17 | 0.08 | 167.68 | 0.82 | 0.55 |
| Hex | 2C | EA | C3 | 51 | 0 | 11 | 8 | A8 | 52 | 37 |
| Octal | 54 | 352 | 303 | 121 | 0 | 21 | 10 | 250 | 122 | 67 |
| Binary | 101100 | 11101010 | 11000011 | 1010001 | 0 | 10001 | 1000 | 10101000 | 1010010 | 110111 |
Color Harmonies of #2CEAC3
Complementary color
Monochromatic Colors of #2CEAC3
Black with #2CEAC3
Text Example
Text Example
White with #2CEAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEAC3; }
p { color: rgb(44,234,195); }
H1.HeaderClassName
{
color: #2CEAC3;
}
.AnyTagClassName
{
color: #2CEAC3;
}
</style>
background-color css
<style>
a { background-color: #2CEAC3; }
a { background-color: rgb(44,234,195); }
div.DivClassName
{
background-color: #2CEAC3;
}
.BgClassName
{
background-color: #2CEAC3;
}
</style>
border-color css
<style>
span { border-color: #2CEAC3; }
span { border-color: rgb(44,234,195); }
td.TdClassName
{
border-color: #2CEAC3;
}
.TagClassName
{
border-color: #2CEAC3;
}
</style>