Shades of Turquoise #2CE5CB
Tints of Turquoise #2CE5CB
RGB
CMYK
RGB Variations
Color information
#2CE5CB (or 0x2CE5CB) is known color: Turquoise. HEX triplet: 2C, E5 and CB. RGB value is (44,229,203). Sum of RGB (Red+Green+Blue) = 44+229+203=476 (63% of max value = 765). Red value is 44 (17.58% from 255 or 9.24% from 476); Green value is 229 (89.84% from 255 or 48.11% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 229 - color contains mainly: green. Hex color #2CE5CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CE5CB is #D31A34. Grayscale: #AAAAAA. Windows color (decimal): -13834805 or 13362476. OLE color: 13362476.
HSL color Cylindrical-coordinate representation of color #2CE5CB: hue angle of 171.57º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CE5CB is Cyan = 0.81, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 44 | 229 | 203 | - |
| CMYK | 0.81 | 0 | 0.11 | 0.10 |
| HSL | 171.57º | 0.78% | 0.54% | - |
| HSV(B) | 171.57º | 0.81% | 0.9% | - |
| XYZ | 39.84 | 60.89 | 66.15 | - |
| YUV | 170.72 | 146.21 | 37.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 229 | 203 | 0.81 | 0 | 0.11 | 0.10 | 171.57 | 0.78 | 0.54 |
| Hex | 2C | E5 | CB | 51 | 0 | B | A | AC | 4E | 36 |
| Octal | 54 | 345 | 313 | 121 | 0 | 13 | 12 | 254 | 116 | 66 |
| Binary | 101100 | 11100101 | 11001011 | 1010001 | 0 | 1011 | 1010 | 10101100 | 1001110 | 110110 |
Color Harmonies of #2CE5CB
Complementary color
Monochromatic Colors of #2CE5CB
Black with #2CE5CB
Text Example
Text Example
White with #2CE5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE5CB; }
p { color: rgb(44,229,203); }
H1.HeaderClassName
{
color: #2CE5CB;
}
.AnyTagClassName
{
color: #2CE5CB;
}
</style>
background-color css
<style>
a { background-color: #2CE5CB; }
a { background-color: rgb(44,229,203); }
div.DivClassName
{
background-color: #2CE5CB;
}
.BgClassName
{
background-color: #2CE5CB;
}
</style>
border-color css
<style>
span { border-color: #2CE5CB; }
span { border-color: rgb(44,229,203); }
td.TdClassName
{
border-color: #2CE5CB;
}
.TagClassName
{
border-color: #2CE5CB;
}
</style>