Shades of Turquoise #2CE9CE
Tints of Turquoise #2CE9CE
RGB
CMYK
RGB Variations
Color information
#2CE9CE (or 0x2CE9CE) is known color: Turquoise. HEX triplet: 2C, E9 and CE. RGB value is (44,233,206). Sum of RGB (Red+Green+Blue) = 44+233+206=483 (63% of max value = 765). Red value is 44 (17.58% from 255 or 9.11% from 483); Green value is 233 (91.41% from 255 or 48.24% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 233 - color contains mainly: green. Hex color #2CE9CE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CE9CE is #D31631. Grayscale: #ADADAD. Windows color (decimal): -13833778 or 13560108. OLE color: 13560108.
HSL color Cylindrical-coordinate representation of color #2CE9CE: hue angle of 171.43º 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 #2CE9CE is Cyan = 0.81, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 44 | 233 | 206 | - |
| CMYK | 0.81 | 0 | 0.12 | 0.09 |
| HSL | 171.43º | 0.81% | 0.54% | - |
| HSV(B) | 171.43º | 0.81% | 0.91% | - |
| XYZ | 41.32 | 63.27 | 68.43 | - |
| YUV | 173.41 | 146.38 | 35.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 233 | 206 | 0.81 | 0 | 0.12 | 0.09 | 171.43 | 0.81 | 0.54 |
| Hex | 2C | E9 | CE | 51 | 0 | C | 9 | AB | 51 | 36 |
| Octal | 54 | 351 | 316 | 121 | 0 | 14 | 11 | 253 | 121 | 66 |
| Binary | 101100 | 11101001 | 11001110 | 1010001 | 0 | 1100 | 1001 | 10101011 | 1010001 | 110110 |
Color Harmonies of #2CE9CE
Complementary color
Monochromatic Colors of #2CE9CE
Black with #2CE9CE
Text Example
Text Example
White with #2CE9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE9CE; }
p { color: rgb(44,233,206); }
H1.HeaderClassName
{
color: #2CE9CE;
}
.AnyTagClassName
{
color: #2CE9CE;
}
</style>
background-color css
<style>
a { background-color: #2CE9CE; }
a { background-color: rgb(44,233,206); }
div.DivClassName
{
background-color: #2CE9CE;
}
.BgClassName
{
background-color: #2CE9CE;
}
</style>
border-color css
<style>
span { border-color: #2CE9CE; }
span { border-color: rgb(44,233,206); }
td.TdClassName
{
border-color: #2CE9CE;
}
.TagClassName
{
border-color: #2CE9CE;
}
</style>