Shades of Turquoise #2CE6BE
Tints of Turquoise #2CE6BE
RGB
CMYK
RGB Variations
Color information
#2CE6BE (or 0x2CE6BE) is known color: Turquoise. HEX triplet: 2C, E6 and BE. RGB value is (44,230,190). Sum of RGB (Red+Green+Blue) = 44+230+190=464 (61% of max value = 765). Red value is 44 (17.58% from 255 or 9.48% from 464); Green value is 230 (90.23% from 255 or 49.57% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 230 - color contains mainly: green. Hex color #2CE6BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CE6BE is #D31941. Grayscale: #A9A9A9. Windows color (decimal): -13834562 or 12510764. OLE color: 12510764.
HSL color Cylindrical-coordinate representation of color #2CE6BE: hue angle of 167.1º degrees, saturation: 0.79, 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 #2CE6BE is Cyan = 0.81, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 44 | 230 | 190 | - |
| CMYK | 0.81 | 0 | 0.17 | 0.10 |
| HSL | 167.1º | 0.79% | 0.54% | - |
| HSV(B) | 167.1º | 0.81% | 0.9% | - |
| XYZ | 38.63 | 60.85 | 58.42 | - |
| YUV | 169.83 | 139.38 | 38.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 230 | 190 | 0.81 | 0 | 0.17 | 0.10 | 167.1 | 0.79 | 0.54 |
| Hex | 2C | E6 | BE | 51 | 0 | 11 | A | A7 | 4F | 36 |
| Octal | 54 | 346 | 276 | 121 | 0 | 21 | 12 | 247 | 117 | 66 |
| Binary | 101100 | 11100110 | 10111110 | 1010001 | 0 | 10001 | 1010 | 10100111 | 1001111 | 110110 |
Color Harmonies of #2CE6BE
Complementary color
Monochromatic Colors of #2CE6BE
Black with #2CE6BE
Text Example
Text Example
White with #2CE6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE6BE; }
p { color: rgb(44,230,190); }
H1.HeaderClassName
{
color: #2CE6BE;
}
.AnyTagClassName
{
color: #2CE6BE;
}
</style>
background-color css
<style>
a { background-color: #2CE6BE; }
a { background-color: rgb(44,230,190); }
div.DivClassName
{
background-color: #2CE6BE;
}
.BgClassName
{
background-color: #2CE6BE;
}
</style>
border-color css
<style>
span { border-color: #2CE6BE; }
span { border-color: rgb(44,230,190); }
td.TdClassName
{
border-color: #2CE6BE;
}
.TagClassName
{
border-color: #2CE6BE;
}
</style>