Shades of Turquoise #2CEBEF
Tints of Turquoise #2CEBEF
RGB
CMYK
RGB Variations
Color information
#2CEBEF (or 0x2CEBEF) is known color: Turquoise. HEX triplet: 2C, EB and EF. RGB value is (44,235,239). Sum of RGB (Red+Green+Blue) = 44+235+239=518 (68% of max value = 765). Red value is 44 (17.58% from 255 or 8.49% from 518); Green value is 235 (92.19% from 255 or 45.37% from 518); Blue value is 239 (93.75% from 255 or 46.14% from 518); Max value from RGB is 239 - color contains mainly: blue. Hex color #2CEBEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2CEBEF is #D31410. Grayscale: #B2B2B2. Windows color (decimal): -13833233 or 15723308. OLE color: 15723308.
HSL color Cylindrical-coordinate representation of color #2CEBEF: hue angle of 181.23º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CEBEF is Cyan = 0.82, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 44 | 235 | 239 | - |
| CMYK | 0.82 | 0.02 | 0 | 0.06 |
| HSL | 181.23º | 0.86% | 0.55% | - |
| HSV(B) | 181.23º | 0.82% | 0.94% | - |
| XYZ | 46.33 | 66.18 | 91.99 | - |
| YUV | 178.35 | 162.22 | 32.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 235 | 239 | 0.82 | 0.02 | 0 | 0.06 | 181.23 | 0.86 | 0.55 |
| Hex | 2C | EB | EF | 52 | 2 | 0 | 6 | B5 | 56 | 37 |
| Octal | 54 | 353 | 357 | 122 | 2 | 0 | 6 | 265 | 126 | 67 |
| Binary | 101100 | 11101011 | 11101111 | 1010010 | 10 | 0 | 110 | 10110101 | 1010110 | 110111 |
Color Harmonies of #2CEBEF
Complementary color
Monochromatic Colors of #2CEBEF
Black with #2CEBEF
Text Example
Text Example
White with #2CEBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEBEF; }
p { color: rgb(44,235,239); }
H1.HeaderClassName
{
color: #2CEBEF;
}
.AnyTagClassName
{
color: #2CEBEF;
}
</style>
background-color css
<style>
a { background-color: #2CEBEF; }
a { background-color: rgb(44,235,239); }
div.DivClassName
{
background-color: #2CEBEF;
}
.BgClassName
{
background-color: #2CEBEF;
}
</style>
border-color css
<style>
span { border-color: #2CEBEF; }
span { border-color: rgb(44,235,239); }
td.TdClassName
{
border-color: #2CEBEF;
}
.TagClassName
{
border-color: #2CEBEF;
}
</style>