Shades of Turquoise #2CEBEB
Tints of Turquoise #2CEBEB
RGB
CMYK
RGB Variations
Color information
#2CEBEB (or 0x2CEBEB) is known color: Turquoise. HEX triplet: 2C, EB and EB. RGB value is (44,235,235). Sum of RGB (Red+Green+Blue) = 44+235+235=514 (68% of max value = 765). Red value is 44 (17.58% from 255 or 8.56% from 514); Green value is 235 (92.19% from 255 or 45.72% from 514); Blue value is 235 (92.19% from 255 or 45.72% from 514); Max value from RGB is 235 - color contains mainly: green, blue. Hex color #2CEBEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2CEBEB is #D31414. Grayscale: #B1B1B1. Windows color (decimal): -13833237 or 15461164. OLE color: 15461164.
HSL color Cylindrical-coordinate representation of color #2CEBEB: hue angle of 180º 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 #2CEBEB is Cyan = 0.81, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 235 | 235 | - |
| CMYK | 0.81 | 0 | 0 | 0.08 |
| HSL | 180º | 0.83% | 0.55% | - |
| HSV(B) | 180º | 0.81% | 0.92% | - |
| XYZ | 45.74 | 65.95 | 88.92 | - |
| YUV | 177.89 | 160.22 | 32.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 235 | 235 | 0.81 | 0 | 0 | 0.08 | 180 | 0.83 | 0.55 |
| Hex | 2C | EB | EB | 51 | 0 | 0 | 8 | B4 | 53 | 37 |
| Octal | 54 | 353 | 353 | 121 | 0 | 0 | 10 | 264 | 123 | 67 |
| Binary | 101100 | 11101011 | 11101011 | 1010001 | 0 | 0 | 1000 | 10110100 | 1010011 | 110111 |
Color Harmonies of #2CEBEB
Complementary color
Monochromatic Colors of #2CEBEB
Black with #2CEBEB
Text Example
Text Example
White with #2CEBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEBEB; }
p { color: rgb(44,235,235); }
H1.HeaderClassName
{
color: #2CEBEB;
}
.AnyTagClassName
{
color: #2CEBEB;
}
</style>
background-color css
<style>
a { background-color: #2CEBEB; }
a { background-color: rgb(44,235,235); }
div.DivClassName
{
background-color: #2CEBEB;
}
.BgClassName
{
background-color: #2CEBEB;
}
</style>
border-color css
<style>
span { border-color: #2CEBEB; }
span { border-color: rgb(44,235,235); }
td.TdClassName
{
border-color: #2CEBEB;
}
.TagClassName
{
border-color: #2CEBEB;
}
</style>