Shades of Turquoise #2CEABE
Tints of Turquoise #2CEABE
RGB
CMYK
RGB Variations
Color information
#2CEABE (or 0x2CEABE) is known color: Turquoise. HEX triplet: 2C, EA and BE. RGB value is (44,234,190). Sum of RGB (Red+Green+Blue) = 44+234+190=468 (61% of max value = 765). Red value is 44 (17.58% from 255 or 9.40% from 468); Green value is 234 (91.80% from 255 or 50% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 234 - color contains mainly: green. Hex color #2CEABE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CEABE is #D31541. Grayscale: #ACACAC. Windows color (decimal): -13833538 or 12511788. OLE color: 12511788.
HSL color Cylindrical-coordinate representation of color #2CEABE: hue angle of 166.11º 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 #2CEABE is Cyan = 0.81, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 234 | 190 | - |
| CMYK | 0.81 | 0 | 0.19 | 0.08 |
| HSL | 166.11º | 0.82% | 0.55% | - |
| HSV(B) | 166.11º | 0.81% | 0.92% | - |
| XYZ | 39.76 | 63.1 | 58.8 | - |
| YUV | 172.17 | 138.05 | 36.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 234 | 190 | 0.81 | 0 | 0.19 | 0.08 | 166.11 | 0.82 | 0.55 |
| Hex | 2C | EA | BE | 51 | 0 | 13 | 8 | A6 | 52 | 37 |
| Octal | 54 | 352 | 276 | 121 | 0 | 23 | 10 | 246 | 122 | 67 |
| Binary | 101100 | 11101010 | 10111110 | 1010001 | 0 | 10011 | 1000 | 10100110 | 1010010 | 110111 |
Color Harmonies of #2CEABE
Complementary color
Monochromatic Colors of #2CEABE
Black with #2CEABE
Text Example
Text Example
White with #2CEABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEABE; }
p { color: rgb(44,234,190); }
H1.HeaderClassName
{
color: #2CEABE;
}
.AnyTagClassName
{
color: #2CEABE;
}
</style>
background-color css
<style>
a { background-color: #2CEABE; }
a { background-color: rgb(44,234,190); }
div.DivClassName
{
background-color: #2CEABE;
}
.BgClassName
{
background-color: #2CEABE;
}
</style>
border-color css
<style>
span { border-color: #2CEABE; }
span { border-color: rgb(44,234,190); }
td.TdClassName
{
border-color: #2CEABE;
}
.TagClassName
{
border-color: #2CEABE;
}
</style>