Shades of Turquoise #2CE9B3
Tints of Turquoise #2CE9B3
RGB
CMYK
RGB Variations
Color information
#2CE9B3 (or 0x2CE9B3) is known color: Turquoise. HEX triplet: 2C, E9 and B3. RGB value is (44,233,179). Sum of RGB (Red+Green+Blue) = 44+233+179=456 (60% of max value = 765). Red value is 44 (17.58% from 255 or 9.65% from 456); Green value is 233 (91.41% from 255 or 51.10% from 456); Blue value is 179 (70.31% from 255 or 39.25% from 456); Max value from RGB is 233 - color contains mainly: green. Hex color #2CE9B3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CE9B3 is #D3164C. Grayscale: #AAAAAA. Windows color (decimal): -13833805 or 11790636. OLE color: 11790636.
HSL color Cylindrical-coordinate representation of color #2CE9B3: hue angle of 162.86º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CE9B3 is Cyan = 0.81, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 44 | 233 | 179 | - |
| CMYK | 0.81 | 0 | 0.23 | 0.09 |
| HSL | 162.86º | 0.81% | 0.54% | - |
| HSV(B) | 162.86º | 0.81% | 0.91% | - |
| XYZ | 38.31 | 62.07 | 52.61 | - |
| YUV | 170.33 | 132.88 | 37.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 233 | 179 | 0.81 | 0 | 0.23 | 0.09 | 162.86 | 0.81 | 0.54 |
| Hex | 2C | E9 | B3 | 51 | 0 | 17 | 9 | A3 | 51 | 36 |
| Octal | 54 | 351 | 263 | 121 | 0 | 27 | 11 | 243 | 121 | 66 |
| Binary | 101100 | 11101001 | 10110011 | 1010001 | 0 | 10111 | 1001 | 10100011 | 1010001 | 110110 |
Color Harmonies of #2CE9B3
Complementary color
Monochromatic Colors of #2CE9B3
Black with #2CE9B3
Text Example
Text Example
White with #2CE9B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE9B3; }
p { color: rgb(44,233,179); }
H1.HeaderClassName
{
color: #2CE9B3;
}
.AnyTagClassName
{
color: #2CE9B3;
}
</style>
background-color css
<style>
a { background-color: #2CE9B3; }
a { background-color: rgb(44,233,179); }
div.DivClassName
{
background-color: #2CE9B3;
}
.BgClassName
{
background-color: #2CE9B3;
}
</style>
border-color css
<style>
span { border-color: #2CE9B3; }
span { border-color: rgb(44,233,179); }
td.TdClassName
{
border-color: #2CE9B3;
}
.TagClassName
{
border-color: #2CE9B3;
}
</style>