Shades of Turquoise #2CEBB8
Tints of Turquoise #2CEBB8
RGB
CMYK
RGB Variations
Color information
#2CEBB8 (or 0x2CEBB8) is known color: Turquoise. HEX triplet: 2C, EB and B8. RGB value is (44,235,184). Sum of RGB (Red+Green+Blue) = 44+235+184=463 (61% of max value = 765). Red value is 44 (17.58% from 255 or 9.50% from 463); Green value is 235 (92.19% from 255 or 50.76% from 463); Blue value is 184 (72.27% from 255 or 39.74% from 463); Max value from RGB is 235 - color contains mainly: green. Hex color #2CEBB8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CEBB8 is #D31447. Grayscale: #ACACAC. Windows color (decimal): -13833288 or 12118828. OLE color: 12118828.
HSL color Cylindrical-coordinate representation of color #2CEBB8: hue angle of 163.98º 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 #2CEBB8 is Cyan = 0.81, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 235 | 184 | - |
| CMYK | 0.81 | 0 | 0.22 | 0.08 |
| HSL | 163.98º | 0.83% | 0.55% | - |
| HSV(B) | 163.98º | 0.81% | 0.92% | - |
| XYZ | 39.4 | 63.41 | 55.51 | - |
| YUV | 172.08 | 134.72 | 36.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 235 | 184 | 0.81 | 0 | 0.22 | 0.08 | 163.98 | 0.83 | 0.55 |
| Hex | 2C | EB | B8 | 51 | 0 | 16 | 8 | A4 | 53 | 37 |
| Octal | 54 | 353 | 270 | 121 | 0 | 26 | 10 | 244 | 123 | 67 |
| Binary | 101100 | 11101011 | 10111000 | 1010001 | 0 | 10110 | 1000 | 10100100 | 1010011 | 110111 |
Color Harmonies of #2CEBB8
Complementary color
Monochromatic Colors of #2CEBB8
Black with #2CEBB8
Text Example
Text Example
White with #2CEBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEBB8; }
p { color: rgb(44,235,184); }
H1.HeaderClassName
{
color: #2CEBB8;
}
.AnyTagClassName
{
color: #2CEBB8;
}
</style>
background-color css
<style>
a { background-color: #2CEBB8; }
a { background-color: rgb(44,235,184); }
div.DivClassName
{
background-color: #2CEBB8;
}
.BgClassName
{
background-color: #2CEBB8;
}
</style>
border-color css
<style>
span { border-color: #2CEBB8; }
span { border-color: rgb(44,235,184); }
td.TdClassName
{
border-color: #2CEBB8;
}
.TagClassName
{
border-color: #2CEBB8;
}
</style>