Shades of Turquoise #2CEBC5
Tints of Turquoise #2CEBC5
RGB
CMYK
RGB Variations
Color information
#2CEBC5 (or 0x2CEBC5) is known color: Turquoise. HEX triplet: 2C, EB and C5. RGB value is (44,235,197). Sum of RGB (Red+Green+Blue) = 44+235+197=476 (63% of max value = 765). Red value is 44 (17.58% from 255 or 9.24% from 476); Green value is 235 (92.19% from 255 or 49.37% from 476); Blue value is 197 (77.34% from 255 or 41.39% from 476); Max value from RGB is 235 - color contains mainly: green. Hex color #2CEBC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CEBC5 is #D3143A. Grayscale: #ADADAD. Windows color (decimal): -13833275 or 12970796. OLE color: 12970796.
HSL color Cylindrical-coordinate representation of color #2CEBC5: hue angle of 168.06º 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 #2CEBC5 is Cyan = 0.81, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 235 | 197 | - |
| CMYK | 0.81 | 0 | 0.16 | 0.08 |
| HSL | 168.06º | 0.83% | 0.55% | - |
| HSV(B) | 168.06º | 0.81% | 0.92% | - |
| XYZ | 40.83 | 63.98 | 63.02 | - |
| YUV | 173.56 | 141.22 | 35.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 235 | 197 | 0.81 | 0 | 0.16 | 0.08 | 168.06 | 0.83 | 0.55 |
| Hex | 2C | EB | C5 | 51 | 0 | 10 | 8 | A8 | 53 | 37 |
| Octal | 54 | 353 | 305 | 121 | 0 | 20 | 10 | 250 | 123 | 67 |
| Binary | 101100 | 11101011 | 11000101 | 1010001 | 0 | 10000 | 1000 | 10101000 | 1010011 | 110111 |
Color Harmonies of #2CEBC5
Complementary color
Monochromatic Colors of #2CEBC5
Black with #2CEBC5
Text Example
Text Example
White with #2CEBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEBC5; }
p { color: rgb(44,235,197); }
H1.HeaderClassName
{
color: #2CEBC5;
}
.AnyTagClassName
{
color: #2CEBC5;
}
</style>
background-color css
<style>
a { background-color: #2CEBC5; }
a { background-color: rgb(44,235,197); }
div.DivClassName
{
background-color: #2CEBC5;
}
.BgClassName
{
background-color: #2CEBC5;
}
</style>
border-color css
<style>
span { border-color: #2CEBC5; }
span { border-color: rgb(44,235,197); }
td.TdClassName
{
border-color: #2CEBC5;
}
.TagClassName
{
border-color: #2CEBC5;
}
</style>