Shades of Turquoise #2CE9C4
Tints of Turquoise #2CE9C4
RGB
CMYK
RGB Variations
Color information
#2CE9C4 (or 0x2CE9C4) is known color: Turquoise. HEX triplet: 2C, E9 and C4. RGB value is (44,233,196). Sum of RGB (Red+Green+Blue) = 44+233+196=473 (62% of max value = 765). Red value is 44 (17.58% from 255 or 9.30% from 473); Green value is 233 (91.41% from 255 or 49.26% from 473); Blue value is 196 (76.95% from 255 or 41.44% from 473); Max value from RGB is 233 - color contains mainly: green. Hex color #2CE9C4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CE9C4 is #D3163B. Grayscale: #ACACAC. Windows color (decimal): -13833788 or 12904748. OLE color: 12904748.
HSL color Cylindrical-coordinate representation of color #2CE9C4: hue angle of 168.25º degrees, saturation: 0.81, 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 #2CE9C4 is Cyan = 0.81, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 44 | 233 | 196 | - |
| CMYK | 0.81 | 0 | 0.16 | 0.09 |
| HSL | 168.25º | 0.81% | 0.54% | - |
| HSV(B) | 168.25º | 0.81% | 0.91% | - |
| XYZ | 40.14 | 62.8 | 62.23 | - |
| YUV | 172.27 | 141.38 | 36.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 233 | 196 | 0.81 | 0 | 0.16 | 0.09 | 168.25 | 0.81 | 0.54 |
| Hex | 2C | E9 | C4 | 51 | 0 | 10 | 9 | A8 | 51 | 36 |
| Octal | 54 | 351 | 304 | 121 | 0 | 20 | 11 | 250 | 121 | 66 |
| Binary | 101100 | 11101001 | 11000100 | 1010001 | 0 | 10000 | 1001 | 10101000 | 1010001 | 110110 |
Color Harmonies of #2CE9C4
Complementary color
Monochromatic Colors of #2CE9C4
Black with #2CE9C4
Text Example
Text Example
White with #2CE9C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE9C4; }
p { color: rgb(44,233,196); }
H1.HeaderClassName
{
color: #2CE9C4;
}
.AnyTagClassName
{
color: #2CE9C4;
}
</style>
background-color css
<style>
a { background-color: #2CE9C4; }
a { background-color: rgb(44,233,196); }
div.DivClassName
{
background-color: #2CE9C4;
}
.BgClassName
{
background-color: #2CE9C4;
}
</style>
border-color css
<style>
span { border-color: #2CE9C4; }
span { border-color: rgb(44,233,196); }
td.TdClassName
{
border-color: #2CE9C4;
}
.TagClassName
{
border-color: #2CE9C4;
}
</style>