Shades of Turquoise #2CEDEB
Tints of Turquoise #2CEDEB
RGB
CMYK
RGB Variations
Color information
#2CEDEB (or 0x2CEDEB) is known color: Turquoise. HEX triplet: 2C, ED and EB. RGB value is (44,237,235). Sum of RGB (Red+Green+Blue) = 44+237+235=516 (68% of max value = 765). Red value is 44 (17.58% from 255 or 8.53% from 516); Green value is 237 (92.97% from 255 or 45.93% from 516); Blue value is 235 (92.19% from 255 or 45.54% from 516); Max value from RGB is 237 - color contains mainly: green. Hex color #2CEDEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2CEDEB is #D31214. Grayscale: #B2B2B2. Windows color (decimal): -13832725 or 15461676. OLE color: 15461676.
HSL color Cylindrical-coordinate representation of color #2CEDEB: hue angle of 179.38º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CEDEB is Cyan = 0.81, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 44 | 237 | 235 | - |
| CMYK | 0.81 | 0 | 0.01 | 0.07 |
| HSL | 179.38º | 0.84% | 0.55% | - |
| HSV(B) | 179.38º | 0.81% | 0.93% | - |
| XYZ | 46.32 | 67.1 | 89.11 | - |
| YUV | 179.07 | 159.56 | 31.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 237 | 235 | 0.81 | 0 | 0.01 | 0.07 | 179.38 | 0.84 | 0.55 |
| Hex | 2C | ED | EB | 51 | 0 | 1 | 7 | B3 | 54 | 37 |
| Octal | 54 | 355 | 353 | 121 | 0 | 1 | 7 | 263 | 124 | 67 |
| Binary | 101100 | 11101101 | 11101011 | 1010001 | 0 | 1 | 111 | 10110011 | 1010100 | 110111 |
Color Harmonies of #2CEDEB
Complementary color
Monochromatic Colors of #2CEDEB
Black with #2CEDEB
Text Example
Text Example
White with #2CEDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEDEB; }
p { color: rgb(44,237,235); }
H1.HeaderClassName
{
color: #2CEDEB;
}
.AnyTagClassName
{
color: #2CEDEB;
}
</style>
background-color css
<style>
a { background-color: #2CEDEB; }
a { background-color: rgb(44,237,235); }
div.DivClassName
{
background-color: #2CEDEB;
}
.BgClassName
{
background-color: #2CEDEB;
}
</style>
border-color css
<style>
span { border-color: #2CEDEB; }
span { border-color: rgb(44,237,235); }
td.TdClassName
{
border-color: #2CEDEB;
}
.TagClassName
{
border-color: #2CEDEB;
}
</style>