Shades of Turquoise #2CEBB3
Tints of Turquoise #2CEBB3
RGB
CMYK
RGB Variations
Color information
#2CEBB3 (or 0x2CEBB3) is known color: Turquoise. HEX triplet: 2C, EB and B3. RGB value is (44,235,179). Sum of RGB (Red+Green+Blue) = 44+235+179=458 (60% of max value = 765). Red value is 44 (17.58% from 255 or 9.61% from 458); Green value is 235 (92.19% from 255 or 51.31% from 458); Blue value is 179 (70.31% from 255 or 39.08% from 458); Max value from RGB is 235 - color contains mainly: green. Hex color #2CEBB3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CEBB3 is #D3144C. Grayscale: #ABABAB. Windows color (decimal): -13833293 or 11791148. OLE color: 11791148.
HSL color Cylindrical-coordinate representation of color #2CEBB3: hue angle of 162.41º 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 #2CEBB3 is Cyan = 0.81, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 235 | 179 | - |
| CMYK | 0.81 | 0 | 0.24 | 0.08 |
| HSL | 162.41º | 0.83% | 0.55% | - |
| HSV(B) | 162.41º | 0.81% | 0.92% | - |
| XYZ | 38.88 | 63.21 | 52.8 | - |
| YUV | 171.51 | 132.22 | 37.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 235 | 179 | 0.81 | 0 | 0.24 | 0.08 | 162.41 | 0.83 | 0.55 |
| Hex | 2C | EB | B3 | 51 | 0 | 18 | 8 | A2 | 53 | 37 |
| Octal | 54 | 353 | 263 | 121 | 0 | 30 | 10 | 242 | 123 | 67 |
| Binary | 101100 | 11101011 | 10110011 | 1010001 | 0 | 11000 | 1000 | 10100010 | 1010011 | 110111 |
Color Harmonies of #2CEBB3
Complementary color
Monochromatic Colors of #2CEBB3
Black with #2CEBB3
Text Example
Text Example
White with #2CEBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEBB3; }
p { color: rgb(44,235,179); }
H1.HeaderClassName
{
color: #2CEBB3;
}
.AnyTagClassName
{
color: #2CEBB3;
}
</style>
background-color css
<style>
a { background-color: #2CEBB3; }
a { background-color: rgb(44,235,179); }
div.DivClassName
{
background-color: #2CEBB3;
}
.BgClassName
{
background-color: #2CEBB3;
}
</style>
border-color css
<style>
span { border-color: #2CEBB3; }
span { border-color: rgb(44,235,179); }
td.TdClassName
{
border-color: #2CEBB3;
}
.TagClassName
{
border-color: #2CEBB3;
}
</style>