Shades of Turquoise #2CEAB7
Tints of Turquoise #2CEAB7
RGB
CMYK
RGB Variations
Color information
#2CEAB7 (or 0x2CEAB7) is known color: Turquoise. HEX triplet: 2C, EA and B7. RGB value is (44,234,183). Sum of RGB (Red+Green+Blue) = 44+234+183=461 (61% of max value = 765). Red value is 44 (17.58% from 255 or 9.54% from 461); Green value is 234 (91.80% from 255 or 50.76% from 461); Blue value is 183 (71.88% from 255 or 39.70% from 461); Max value from RGB is 234 - color contains mainly: green. Hex color #2CEAB7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CEAB7 is #D31548. Grayscale: #ABABAB. Windows color (decimal): -13833545 or 12053036. OLE color: 12053036.
HSL color Cylindrical-coordinate representation of color #2CEAB7: hue angle of 163.89º 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 #2CEAB7 is Cyan = 0.81, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 234 | 183 | - |
| CMYK | 0.81 | 0 | 0.22 | 0.08 |
| HSL | 163.89º | 0.82% | 0.55% | - |
| HSV(B) | 163.89º | 0.81% | 0.92% | - |
| XYZ | 39.01 | 62.8 | 54.87 | - |
| YUV | 171.38 | 134.55 | 37.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 234 | 183 | 0.81 | 0 | 0.22 | 0.08 | 163.89 | 0.82 | 0.55 |
| Hex | 2C | EA | B7 | 51 | 0 | 16 | 8 | A4 | 52 | 37 |
| Octal | 54 | 352 | 267 | 121 | 0 | 26 | 10 | 244 | 122 | 67 |
| Binary | 101100 | 11101010 | 10110111 | 1010001 | 0 | 10110 | 1000 | 10100100 | 1010010 | 110111 |
Color Harmonies of #2CEAB7
Complementary color
Monochromatic Colors of #2CEAB7
Black with #2CEAB7
Text Example
Text Example
White with #2CEAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEAB7; }
p { color: rgb(44,234,183); }
H1.HeaderClassName
{
color: #2CEAB7;
}
.AnyTagClassName
{
color: #2CEAB7;
}
</style>
background-color css
<style>
a { background-color: #2CEAB7; }
a { background-color: rgb(44,234,183); }
div.DivClassName
{
background-color: #2CEAB7;
}
.BgClassName
{
background-color: #2CEAB7;
}
</style>
border-color css
<style>
span { border-color: #2CEAB7; }
span { border-color: rgb(44,234,183); }
td.TdClassName
{
border-color: #2CEAB7;
}
.TagClassName
{
border-color: #2CEAB7;
}
</style>