Shades of Turquoise #2CECEF
Tints of Turquoise #2CECEF
RGB
CMYK
RGB Variations
Color information
#2CECEF (or 0x2CECEF) is known color: Turquoise. HEX triplet: 2C, EC and EF. RGB value is (44,236,239). Sum of RGB (Red+Green+Blue) = 44+236+239=519 (68% of max value = 765). Red value is 44 (17.58% from 255 or 8.48% from 519); Green value is 236 (92.58% from 255 or 45.47% from 519); Blue value is 239 (93.75% from 255 or 46.05% from 519); Max value from RGB is 239 - color contains mainly: blue. Hex color #2CECEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2CECEF is #D31310. Grayscale: #B2B2B2. Windows color (decimal): -13832977 or 15723564. OLE color: 15723564.
HSL color Cylindrical-coordinate representation of color #2CECEF: hue angle of 180.92º 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 #2CECEF is Cyan = 0.82, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 44 | 236 | 239 | - |
| CMYK | 0.82 | 0.01 | 0 | 0.06 |
| HSL | 180.92º | 0.86% | 0.55% | - |
| HSV(B) | 180.92º | 0.82% | 0.94% | - |
| XYZ | 46.61 | 66.76 | 92.09 | - |
| YUV | 178.93 | 161.89 | 31.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 236 | 239 | 0.82 | 0.01 | 0 | 0.06 | 180.92 | 0.86 | 0.55 |
| Hex | 2C | EC | EF | 52 | 1 | 0 | 6 | B5 | 56 | 37 |
| Octal | 54 | 354 | 357 | 122 | 1 | 0 | 6 | 265 | 126 | 67 |
| Binary | 101100 | 11101100 | 11101111 | 1010010 | 1 | 0 | 110 | 10110101 | 1010110 | 110111 |
Color Harmonies of #2CECEF
Complementary color
Monochromatic Colors of #2CECEF
Black with #2CECEF
Text Example
Text Example
White with #2CECEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CECEF; }
p { color: rgb(44,236,239); }
H1.HeaderClassName
{
color: #2CECEF;
}
.AnyTagClassName
{
color: #2CECEF;
}
</style>
background-color css
<style>
a { background-color: #2CECEF; }
a { background-color: rgb(44,236,239); }
div.DivClassName
{
background-color: #2CECEF;
}
.BgClassName
{
background-color: #2CECEF;
}
</style>
border-color css
<style>
span { border-color: #2CECEF; }
span { border-color: rgb(44,236,239); }
td.TdClassName
{
border-color: #2CECEF;
}
.TagClassName
{
border-color: #2CECEF;
}
</style>