Shades of Turquoise #2CECDA
Tints of Turquoise #2CECDA
RGB
CMYK
RGB Variations
Color information
#2CECDA (or 0x2CECDA) is known color: Turquoise. HEX triplet: 2C, EC and DA. RGB value is (44,236,218). Sum of RGB (Red+Green+Blue) = 44+236+218=498 (65% of max value = 765). Red value is 44 (17.58% from 255 or 8.84% from 498); Green value is 236 (92.58% from 255 or 47.39% from 498); Blue value is 218 (85.55% from 255 or 43.78% from 498); Max value from RGB is 236 - color contains mainly: green. Hex color #2CECDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CECDA is #D31325. Grayscale: #B0B0B0. Windows color (decimal): -13832998 or 14347308. OLE color: 14347308.
HSL color Cylindrical-coordinate representation of color #2CECDA: hue angle of 174.38º degrees, saturation: 0.83, 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 #2CECDA is Cyan = 0.81, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 44 | 236 | 218 | - |
| CMYK | 0.81 | 0 | 0.08 | 0.07 |
| HSL | 174.38º | 0.83% | 0.55% | - |
| HSV(B) | 174.38º | 0.81% | 0.93% | - |
| XYZ | 43.69 | 65.59 | 76.69 | - |
| YUV | 176.54 | 151.39 | 33.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 236 | 218 | 0.81 | 0 | 0.08 | 0.07 | 174.38 | 0.83 | 0.55 |
| Hex | 2C | EC | DA | 51 | 0 | 8 | 7 | AE | 53 | 37 |
| Octal | 54 | 354 | 332 | 121 | 0 | 10 | 7 | 256 | 123 | 67 |
| Binary | 101100 | 11101100 | 11011010 | 1010001 | 0 | 1000 | 111 | 10101110 | 1010011 | 110111 |
Color Harmonies of #2CECDA
Complementary color
Monochromatic Colors of #2CECDA
Black with #2CECDA
Text Example
Text Example
White with #2CECDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CECDA; }
p { color: rgb(44,236,218); }
H1.HeaderClassName
{
color: #2CECDA;
}
.AnyTagClassName
{
color: #2CECDA;
}
</style>
background-color css
<style>
a { background-color: #2CECDA; }
a { background-color: rgb(44,236,218); }
div.DivClassName
{
background-color: #2CECDA;
}
.BgClassName
{
background-color: #2CECDA;
}
</style>
border-color css
<style>
span { border-color: #2CECDA; }
span { border-color: rgb(44,236,218); }
td.TdClassName
{
border-color: #2CECDA;
}
.TagClassName
{
border-color: #2CECDA;
}
</style>