Shades of Turquoise #2CEBB9
Tints of Turquoise #2CEBB9
RGB
CMYK
RGB Variations
Color information
#2CEBB9 (or 0x2CEBB9) is known color: Turquoise. HEX triplet: 2C, EB and B9. RGB value is (44,235,185). Sum of RGB (Red+Green+Blue) = 44+235+185=464 (61% of max value = 765). Red value is 44 (17.58% from 255 or 9.48% from 464); Green value is 235 (92.19% from 255 or 50.65% from 464); Blue value is 185 (72.66% from 255 or 39.87% from 464); Max value from RGB is 235 - color contains mainly: green. Hex color #2CEBB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CEBB9 is #D31446. Grayscale: #ACACAC. Windows color (decimal): -13833287 or 12184364. OLE color: 12184364.
HSL color Cylindrical-coordinate representation of color #2CEBB9: hue angle of 164.29º degrees, saturation: 0.83, 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 #2CEBB9 is Cyan = 0.81, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 235 | 185 | - |
| CMYK | 0.81 | 0 | 0.21 | 0.08 |
| HSL | 164.29º | 0.83% | 0.55% | - |
| HSV(B) | 164.29º | 0.81% | 0.92% | - |
| XYZ | 39.5 | 63.45 | 56.06 | - |
| YUV | 172.19 | 135.22 | 36.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 235 | 185 | 0.81 | 0 | 0.21 | 0.08 | 164.29 | 0.83 | 0.55 |
| Hex | 2C | EB | B9 | 51 | 0 | 15 | 8 | A4 | 53 | 37 |
| Octal | 54 | 353 | 271 | 121 | 0 | 25 | 10 | 244 | 123 | 67 |
| Binary | 101100 | 11101011 | 10111001 | 1010001 | 0 | 10101 | 1000 | 10100100 | 1010011 | 110111 |
Color Harmonies of #2CEBB9
Complementary color
Monochromatic Colors of #2CEBB9
Black with #2CEBB9
Text Example
Text Example
White with #2CEBB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEBB9; }
p { color: rgb(44,235,185); }
H1.HeaderClassName
{
color: #2CEBB9;
}
.AnyTagClassName
{
color: #2CEBB9;
}
</style>
background-color css
<style>
a { background-color: #2CEBB9; }
a { background-color: rgb(44,235,185); }
div.DivClassName
{
background-color: #2CEBB9;
}
.BgClassName
{
background-color: #2CEBB9;
}
</style>
border-color css
<style>
span { border-color: #2CEBB9; }
span { border-color: rgb(44,235,185); }
td.TdClassName
{
border-color: #2CEBB9;
}
.TagClassName
{
border-color: #2CEBB9;
}
</style>