Shades of Turquoise #2CEBDC
Tints of Turquoise #2CEBDC
RGB
CMYK
RGB Variations
Color information
#2CEBDC (or 0x2CEBDC) is known color: Turquoise. HEX triplet: 2C, EB and DC. RGB value is (44,235,220). Sum of RGB (Red+Green+Blue) = 44+235+220=499 (66% of max value = 765). Red value is 44 (17.58% from 255 or 8.82% from 499); Green value is 235 (92.19% from 255 or 47.09% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 235 - color contains mainly: green. Hex color #2CEBDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CEBDC is #D31423. Grayscale: #B0B0B0. Windows color (decimal): -13833252 or 14478124. OLE color: 14478124.
HSL color Cylindrical-coordinate representation of color #2CEBDC: hue angle of 175.29º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CEBDC is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 235 | 220 | - |
| CMYK | 0.81 | 0 | 0.06 | 0.08 |
| HSL | 175.29º | 0.83% | 0.55% | - |
| HSV(B) | 175.29º | 0.81% | 0.92% | - |
| XYZ | 43.67 | 65.12 | 77.98 | - |
| YUV | 176.18 | 152.72 | 33.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 235 | 220 | 0.81 | 0 | 0.06 | 0.08 | 175.29 | 0.83 | 0.55 |
| Hex | 2C | EB | DC | 51 | 0 | 6 | 8 | AF | 53 | 37 |
| Octal | 54 | 353 | 334 | 121 | 0 | 6 | 10 | 257 | 123 | 67 |
| Binary | 101100 | 11101011 | 11011100 | 1010001 | 0 | 110 | 1000 | 10101111 | 1010011 | 110111 |
Color Harmonies of #2CEBDC
Complementary color
Monochromatic Colors of #2CEBDC
Black with #2CEBDC
Text Example
Text Example
White with #2CEBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEBDC; }
p { color: rgb(44,235,220); }
H1.HeaderClassName
{
color: #2CEBDC;
}
.AnyTagClassName
{
color: #2CEBDC;
}
</style>
background-color css
<style>
a { background-color: #2CEBDC; }
a { background-color: rgb(44,235,220); }
div.DivClassName
{
background-color: #2CEBDC;
}
.BgClassName
{
background-color: #2CEBDC;
}
</style>
border-color css
<style>
span { border-color: #2CEBDC; }
span { border-color: rgb(44,235,220); }
td.TdClassName
{
border-color: #2CEBDC;
}
.TagClassName
{
border-color: #2CEBDC;
}
</style>