Shades of Turquoise #2CE8BF
Tints of Turquoise #2CE8BF
RGB
CMYK
RGB Variations
Color information
#2CE8BF (or 0x2CE8BF) is known color: Turquoise. HEX triplet: 2C, E8 and BF. RGB value is (44,232,191). Sum of RGB (Red+Green+Blue) = 44+232+191=467 (61% of max value = 765). Red value is 44 (17.58% from 255 or 9.42% from 467); Green value is 232 (91.02% from 255 or 49.68% from 467); Blue value is 191 (75% from 255 or 40.90% from 467); Max value from RGB is 232 - color contains mainly: green. Hex color #2CE8BF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CE8BF is #D31740. Grayscale: #ABABAB. Windows color (decimal): -13834049 or 12576812. OLE color: 12576812.
HSL color Cylindrical-coordinate representation of color #2CE8BF: hue angle of 166.91º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CE8BF is Cyan = 0.81, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 44 | 232 | 191 | - |
| CMYK | 0.81 | 0 | 0.18 | 0.09 |
| HSL | 166.91º | 0.8% | 0.54% | - |
| HSV(B) | 166.91º | 0.81% | 0.91% | - |
| XYZ | 39.3 | 62.01 | 59.19 | - |
| YUV | 171.11 | 139.22 | 37.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 232 | 191 | 0.81 | 0 | 0.18 | 0.09 | 166.91 | 0.8 | 0.54 |
| Hex | 2C | E8 | BF | 51 | 0 | 12 | 9 | A7 | 50 | 36 |
| Octal | 54 | 350 | 277 | 121 | 0 | 22 | 11 | 247 | 120 | 66 |
| Binary | 101100 | 11101000 | 10111111 | 1010001 | 0 | 10010 | 1001 | 10100111 | 1010000 | 110110 |
Color Harmonies of #2CE8BF
Complementary color
Monochromatic Colors of #2CE8BF
Black with #2CE8BF
Text Example
Text Example
White with #2CE8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE8BF; }
p { color: rgb(44,232,191); }
H1.HeaderClassName
{
color: #2CE8BF;
}
.AnyTagClassName
{
color: #2CE8BF;
}
</style>
background-color css
<style>
a { background-color: #2CE8BF; }
a { background-color: rgb(44,232,191); }
div.DivClassName
{
background-color: #2CE8BF;
}
.BgClassName
{
background-color: #2CE8BF;
}
</style>
border-color css
<style>
span { border-color: #2CE8BF; }
span { border-color: rgb(44,232,191); }
td.TdClassName
{
border-color: #2CE8BF;
}
.TagClassName
{
border-color: #2CE8BF;
}
</style>