Shades of Turquoise #2CE3BF
Tints of Turquoise #2CE3BF
RGB
CMYK
RGB Variations
Color information
#2CE3BF (or 0x2CE3BF) is known color: Turquoise. HEX triplet: 2C, E3 and BF. RGB value is (44,227,191). Sum of RGB (Red+Green+Blue) = 44+227+191=462 (61% of max value = 765). Red value is 44 (17.58% from 255 or 9.52% from 462); Green value is 227 (89.06% from 255 or 49.13% from 462); Blue value is 191 (75% from 255 or 41.34% from 462); Max value from RGB is 227 - color contains mainly: green. Hex color #2CE3BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CE3BF is #D31C40. Grayscale: #A8A8A8. Windows color (decimal): -13835329 or 12575532. OLE color: 12575532.
HSL color Cylindrical-coordinate representation of color #2CE3BF: hue angle of 168.2º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CE3BF is Cyan = 0.81, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 44 | 227 | 191 | - |
| CMYK | 0.81 | 0 | 0.16 | 0.11 |
| HSL | 168.2º | 0.77% | 0.53% | - |
| HSV(B) | 168.2º | 0.81% | 0.89% | - |
| XYZ | 37.91 | 59.24 | 58.73 | - |
| YUV | 168.18 | 140.87 | 39.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 227 | 191 | 0.81 | 0 | 0.16 | 0.11 | 168.2 | 0.77 | 0.53 |
| Hex | 2C | E3 | BF | 51 | 0 | 10 | B | A8 | 4D | 35 |
| Octal | 54 | 343 | 277 | 121 | 0 | 20 | 13 | 250 | 115 | 65 |
| Binary | 101100 | 11100011 | 10111111 | 1010001 | 0 | 10000 | 1011 | 10101000 | 1001101 | 110101 |
Color Harmonies of #2CE3BF
Complementary color
Monochromatic Colors of #2CE3BF
Black with #2CE3BF
Text Example
Text Example
White with #2CE3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE3BF; }
p { color: rgb(44,227,191); }
H1.HeaderClassName
{
color: #2CE3BF;
}
.AnyTagClassName
{
color: #2CE3BF;
}
</style>
background-color css
<style>
a { background-color: #2CE3BF; }
a { background-color: rgb(44,227,191); }
div.DivClassName
{
background-color: #2CE3BF;
}
.BgClassName
{
background-color: #2CE3BF;
}
</style>
border-color css
<style>
span { border-color: #2CE3BF; }
span { border-color: rgb(44,227,191); }
td.TdClassName
{
border-color: #2CE3BF;
}
.TagClassName
{
border-color: #2CE3BF;
}
</style>