Shades of Turquoise #2CEBEE
Tints of Turquoise #2CEBEE
RGB
CMYK
RGB Variations
Color information
#2CEBEE (or 0x2CEBEE) is known color: Turquoise. HEX triplet: 2C, EB and EE. RGB value is (44,235,238). Sum of RGB (Red+Green+Blue) = 44+235+238=517 (68% of max value = 765). Red value is 44 (17.58% from 255 or 8.51% from 517); Green value is 235 (92.19% from 255 or 45.45% from 517); Blue value is 238 (93.36% from 255 or 46.03% from 517); Max value from RGB is 238 - color contains mainly: blue. Hex color #2CEBEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2CEBEE is #D31411. Grayscale: #B2B2B2. Windows color (decimal): -13833234 or 15657772. OLE color: 15657772.
HSL color Cylindrical-coordinate representation of color #2CEBEE: hue angle of 180.93º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CEBEE is Cyan = 0.82, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 44 | 235 | 238 | - |
| CMYK | 0.82 | 0.01 | 0 | 0.07 |
| HSL | 180.93º | 0.85% | 0.55% | - |
| HSV(B) | 180.93º | 0.82% | 0.93% | - |
| XYZ | 46.18 | 66.13 | 91.22 | - |
| YUV | 178.23 | 161.72 | 32.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 235 | 238 | 0.82 | 0.01 | 0 | 0.07 | 180.93 | 0.85 | 0.55 |
| Hex | 2C | EB | EE | 52 | 1 | 0 | 7 | B5 | 55 | 37 |
| Octal | 54 | 353 | 356 | 122 | 1 | 0 | 7 | 265 | 125 | 67 |
| Binary | 101100 | 11101011 | 11101110 | 1010010 | 1 | 0 | 111 | 10110101 | 1010101 | 110111 |
Color Harmonies of #2CEBEE
Complementary color
Monochromatic Colors of #2CEBEE
Black with #2CEBEE
Text Example
Text Example
White with #2CEBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEBEE; }
p { color: rgb(44,235,238); }
H1.HeaderClassName
{
color: #2CEBEE;
}
.AnyTagClassName
{
color: #2CEBEE;
}
</style>
background-color css
<style>
a { background-color: #2CEBEE; }
a { background-color: rgb(44,235,238); }
div.DivClassName
{
background-color: #2CEBEE;
}
.BgClassName
{
background-color: #2CEBEE;
}
</style>
border-color css
<style>
span { border-color: #2CEBEE; }
span { border-color: rgb(44,235,238); }
td.TdClassName
{
border-color: #2CEBEE;
}
.TagClassName
{
border-color: #2CEBEE;
}
</style>