Shades of Turquoise #2CE9EB
Tints of Turquoise #2CE9EB
RGB
CMYK
RGB Variations
Color information
#2CE9EB (or 0x2CE9EB) is known color: Turquoise. HEX triplet: 2C, E9 and EB. RGB value is (44,233,235). Sum of RGB (Red+Green+Blue) = 44+233+235=512 (67% of max value = 765). Red value is 44 (17.58% from 255 or 8.59% from 512); Green value is 233 (91.41% from 255 or 45.51% from 512); Blue value is 235 (92.19% from 255 or 45.90% from 512); Max value from RGB is 235 - color contains mainly: blue. Hex color #2CE9EB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2CE9EB is #D31614. Grayscale: #B0B0B0. Windows color (decimal): -13833749 or 15460652. OLE color: 15460652.
HSL color Cylindrical-coordinate representation of color #2CE9EB: hue angle of 180.63º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CE9EB is Cyan = 0.81, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 233 | 235 | - |
| CMYK | 0.81 | 0.01 | 0 | 0.08 |
| HSL | 180.63º | 0.83% | 0.55% | - |
| HSV(B) | 180.63º | 0.81% | 0.92% | - |
| XYZ | 45.17 | 64.81 | 88.73 | - |
| YUV | 176.72 | 160.88 | 33.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 233 | 235 | 0.81 | 0.01 | 0 | 0.08 | 180.63 | 0.83 | 0.55 |
| Hex | 2C | E9 | EB | 51 | 1 | 0 | 8 | B5 | 53 | 37 |
| Octal | 54 | 351 | 353 | 121 | 1 | 0 | 10 | 265 | 123 | 67 |
| Binary | 101100 | 11101001 | 11101011 | 1010001 | 1 | 0 | 1000 | 10110101 | 1010011 | 110111 |
Color Harmonies of #2CE9EB
Complementary color
Monochromatic Colors of #2CE9EB
Black with #2CE9EB
Text Example
Text Example
White with #2CE9EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE9EB; }
p { color: rgb(44,233,235); }
H1.HeaderClassName
{
color: #2CE9EB;
}
.AnyTagClassName
{
color: #2CE9EB;
}
</style>
background-color css
<style>
a { background-color: #2CE9EB; }
a { background-color: rgb(44,233,235); }
div.DivClassName
{
background-color: #2CE9EB;
}
.BgClassName
{
background-color: #2CE9EB;
}
</style>
border-color css
<style>
span { border-color: #2CE9EB; }
span { border-color: rgb(44,233,235); }
td.TdClassName
{
border-color: #2CE9EB;
}
.TagClassName
{
border-color: #2CE9EB;
}
</style>