Shades of Turquoise #2CEBCB
Tints of Turquoise #2CEBCB
RGB
CMYK
RGB Variations
Color information
#2CEBCB (or 0x2CEBCB) is known color: Turquoise. HEX triplet: 2C, EB and CB. RGB value is (44,235,203). Sum of RGB (Red+Green+Blue) = 44+235+203=482 (63% of max value = 765). Red value is 44 (17.58% from 255 or 9.13% from 482); Green value is 235 (92.19% from 255 or 48.76% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 235 - color contains mainly: green. Hex color #2CEBCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CEBCB is #D31434. Grayscale: #AEAEAE. Windows color (decimal): -13833269 or 13364012. OLE color: 13364012.
HSL color Cylindrical-coordinate representation of color #2CEBCB: hue angle of 169.95º 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 #2CEBCB is Cyan = 0.81, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 235 | 203 | - |
| CMYK | 0.81 | 0 | 0.14 | 0.08 |
| HSL | 169.95º | 0.83% | 0.55% | - |
| HSV(B) | 169.95º | 0.81% | 0.92% | - |
| XYZ | 41.53 | 64.26 | 66.72 | - |
| YUV | 174.24 | 144.22 | 35.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 235 | 203 | 0.81 | 0 | 0.14 | 0.08 | 169.95 | 0.83 | 0.55 |
| Hex | 2C | EB | CB | 51 | 0 | E | 8 | AA | 53 | 37 |
| Octal | 54 | 353 | 313 | 121 | 0 | 16 | 10 | 252 | 123 | 67 |
| Binary | 101100 | 11101011 | 11001011 | 1010001 | 0 | 1110 | 1000 | 10101010 | 1010011 | 110111 |
Color Harmonies of #2CEBCB
Complementary color
Monochromatic Colors of #2CEBCB
Black with #2CEBCB
Text Example
Text Example
White with #2CEBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEBCB; }
p { color: rgb(44,235,203); }
H1.HeaderClassName
{
color: #2CEBCB;
}
.AnyTagClassName
{
color: #2CEBCB;
}
</style>
background-color css
<style>
a { background-color: #2CEBCB; }
a { background-color: rgb(44,235,203); }
div.DivClassName
{
background-color: #2CEBCB;
}
.BgClassName
{
background-color: #2CEBCB;
}
</style>
border-color css
<style>
span { border-color: #2CEBCB; }
span { border-color: rgb(44,235,203); }
td.TdClassName
{
border-color: #2CEBCB;
}
.TagClassName
{
border-color: #2CEBCB;
}
</style>