Shades of Turquoise #2CE9D8
Tints of Turquoise #2CE9D8
RGB
CMYK
RGB Variations
Color information
#2CE9D8 (or 0x2CE9D8) is known color: Turquoise. HEX triplet: 2C, E9 and D8. RGB value is (44,233,216). Sum of RGB (Red+Green+Blue) = 44+233+216=493 (65% of max value = 765). Red value is 44 (17.58% from 255 or 8.92% from 493); Green value is 233 (91.41% from 255 or 47.26% from 493); Blue value is 216 (84.77% from 255 or 43.81% from 493); Max value from RGB is 233 - color contains mainly: green. Hex color #2CE9D8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CE9D8 is #D31627. Grayscale: #AEAEAE. Windows color (decimal): -13833768 or 14215468. OLE color: 14215468.
HSL color Cylindrical-coordinate representation of color #2CE9D8: hue angle of 174.6º 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 #2CE9D8 is Cyan = 0.81, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 44 | 233 | 216 | - |
| CMYK | 0.81 | 0 | 0.07 | 0.09 |
| HSL | 174.6º | 0.81% | 0.54% | - |
| HSV(B) | 174.6º | 0.81% | 0.91% | - |
| XYZ | 42.57 | 63.77 | 75.03 | - |
| YUV | 174.55 | 151.38 | 34.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 233 | 216 | 0.81 | 0 | 0.07 | 0.09 | 174.6 | 0.81 | 0.54 |
| Hex | 2C | E9 | D8 | 51 | 0 | 7 | 9 | AF | 51 | 36 |
| Octal | 54 | 351 | 330 | 121 | 0 | 7 | 11 | 257 | 121 | 66 |
| Binary | 101100 | 11101001 | 11011000 | 1010001 | 0 | 111 | 1001 | 10101111 | 1010001 | 110110 |
Color Harmonies of #2CE9D8
Complementary color
Monochromatic Colors of #2CE9D8
Black with #2CE9D8
Text Example
Text Example
White with #2CE9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE9D8; }
p { color: rgb(44,233,216); }
H1.HeaderClassName
{
color: #2CE9D8;
}
.AnyTagClassName
{
color: #2CE9D8;
}
</style>
background-color css
<style>
a { background-color: #2CE9D8; }
a { background-color: rgb(44,233,216); }
div.DivClassName
{
background-color: #2CE9D8;
}
.BgClassName
{
background-color: #2CE9D8;
}
</style>
border-color css
<style>
span { border-color: #2CE9D8; }
span { border-color: rgb(44,233,216); }
td.TdClassName
{
border-color: #2CE9D8;
}
.TagClassName
{
border-color: #2CE9D8;
}
</style>