Shades of Turquoise #2CEBD4
Tints of Turquoise #2CEBD4
RGB
CMYK
RGB Variations
Color information
#2CEBD4 (or 0x2CEBD4) is known color: Turquoise. HEX triplet: 2C, EB and D4. RGB value is (44,235,212). Sum of RGB (Red+Green+Blue) = 44+235+212=491 (65% of max value = 765). Red value is 44 (17.58% from 255 or 8.96% from 491); Green value is 235 (92.19% from 255 or 47.86% from 491); Blue value is 212 (83.20% from 255 or 43.18% from 491); Max value from RGB is 235 - color contains mainly: green. Hex color #2CEBD4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CEBD4 is #D3142B. Grayscale: #AFAFAF. Windows color (decimal): -13833260 or 13953836. OLE color: 13953836.
HSL color Cylindrical-coordinate representation of color #2CEBD4: hue angle of 172.77º 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 #2CEBD4 is Cyan = 0.81, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 235 | 212 | - |
| CMYK | 0.81 | 0 | 0.10 | 0.08 |
| HSL | 172.77º | 0.83% | 0.55% | - |
| HSV(B) | 172.77º | 0.81% | 0.92% | - |
| XYZ | 42.63 | 64.71 | 72.53 | - |
| YUV | 175.27 | 148.72 | 34.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 235 | 212 | 0.81 | 0 | 0.10 | 0.08 | 172.77 | 0.83 | 0.55 |
| Hex | 2C | EB | D4 | 51 | 0 | A | 8 | AD | 53 | 37 |
| Octal | 54 | 353 | 324 | 121 | 0 | 12 | 10 | 255 | 123 | 67 |
| Binary | 101100 | 11101011 | 11010100 | 1010001 | 0 | 1010 | 1000 | 10101101 | 1010011 | 110111 |
Color Harmonies of #2CEBD4
Complementary color
Monochromatic Colors of #2CEBD4
Black with #2CEBD4
Text Example
Text Example
White with #2CEBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEBD4; }
p { color: rgb(44,235,212); }
H1.HeaderClassName
{
color: #2CEBD4;
}
.AnyTagClassName
{
color: #2CEBD4;
}
</style>
background-color css
<style>
a { background-color: #2CEBD4; }
a { background-color: rgb(44,235,212); }
div.DivClassName
{
background-color: #2CEBD4;
}
.BgClassName
{
background-color: #2CEBD4;
}
</style>
border-color css
<style>
span { border-color: #2CEBD4; }
span { border-color: rgb(44,235,212); }
td.TdClassName
{
border-color: #2CEBD4;
}
.TagClassName
{
border-color: #2CEBD4;
}
</style>