Shades of Turquoise #2CECDF
Tints of Turquoise #2CECDF
RGB
CMYK
RGB Variations
Color information
#2CECDF (or 0x2CECDF) is known color: Turquoise. HEX triplet: 2C, EC and DF. RGB value is (44,236,223). Sum of RGB (Red+Green+Blue) = 44+236+223=503 (66% of max value = 765). Red value is 44 (17.58% from 255 or 8.75% from 503); Green value is 236 (92.58% from 255 or 46.92% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 236 - color contains mainly: green. Hex color #2CECDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CECDF is #D31320. Grayscale: #B0B0B0. Windows color (decimal): -13832993 or 14674988. OLE color: 14674988.
HSL color Cylindrical-coordinate representation of color #2CECDF: hue angle of 175.94º 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 #2CECDF is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 44 | 236 | 223 | - |
| CMYK | 0.81 | 0 | 0.06 | 0.07 |
| HSL | 175.94º | 0.83% | 0.55% | - |
| HSV(B) | 175.94º | 0.81% | 0.93% | - |
| XYZ | 44.35 | 65.85 | 80.19 | - |
| YUV | 177.11 | 153.89 | 33.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 236 | 223 | 0.81 | 0 | 0.06 | 0.07 | 175.94 | 0.83 | 0.55 |
| Hex | 2C | EC | DF | 51 | 0 | 6 | 7 | B0 | 53 | 37 |
| Octal | 54 | 354 | 337 | 121 | 0 | 6 | 7 | 260 | 123 | 67 |
| Binary | 101100 | 11101100 | 11011111 | 1010001 | 0 | 110 | 111 | 10110000 | 1010011 | 110111 |
Color Harmonies of #2CECDF
Complementary color
Monochromatic Colors of #2CECDF
Black with #2CECDF
Text Example
Text Example
White with #2CECDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CECDF; }
p { color: rgb(44,236,223); }
H1.HeaderClassName
{
color: #2CECDF;
}
.AnyTagClassName
{
color: #2CECDF;
}
</style>
background-color css
<style>
a { background-color: #2CECDF; }
a { background-color: rgb(44,236,223); }
div.DivClassName
{
background-color: #2CECDF;
}
.BgClassName
{
background-color: #2CECDF;
}
</style>
border-color css
<style>
span { border-color: #2CECDF; }
span { border-color: rgb(44,236,223); }
td.TdClassName
{
border-color: #2CECDF;
}
.TagClassName
{
border-color: #2CECDF;
}
</style>