Shades of Turquoise #2CE3D6
Tints of Turquoise #2CE3D6
RGB
CMYK
RGB Variations
Color information
#2CE3D6 (or 0x2CE3D6) is known color: Turquoise. HEX triplet: 2C, E3 and D6. RGB value is (44,227,214). Sum of RGB (Red+Green+Blue) = 44+227+214=485 (64% of max value = 765). Red value is 44 (17.58% from 255 or 9.07% from 485); Green value is 227 (89.06% from 255 or 46.80% from 485); Blue value is 214 (83.98% from 255 or 44.12% from 485); Max value from RGB is 227 - color contains mainly: green. Hex color #2CE3D6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CE3D6 is #D31C29. Grayscale: #AAAAAA. Windows color (decimal): -13835306 or 14082860. OLE color: 14082860.
HSL color Cylindrical-coordinate representation of color #2CE3D6: hue angle of 175.74º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CE3D6 is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 44 | 227 | 214 | - |
| CMYK | 0.81 | 0 | 0.06 | 0.11 |
| HSL | 175.74º | 0.77% | 0.53% | - |
| HSV(B) | 175.74º | 0.81% | 0.89% | - |
| XYZ | 40.65 | 60.33 | 73.12 | - |
| YUV | 170.8 | 152.37 | 37.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 227 | 214 | 0.81 | 0 | 0.06 | 0.11 | 175.74 | 0.77 | 0.53 |
| Hex | 2C | E3 | D6 | 51 | 0 | 6 | B | B0 | 4D | 35 |
| Octal | 54 | 343 | 326 | 121 | 0 | 6 | 13 | 260 | 115 | 65 |
| Binary | 101100 | 11100011 | 11010110 | 1010001 | 0 | 110 | 1011 | 10110000 | 1001101 | 110101 |
Color Harmonies of #2CE3D6
Complementary color
Monochromatic Colors of #2CE3D6
Black with #2CE3D6
Text Example
Text Example
White with #2CE3D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE3D6; }
p { color: rgb(44,227,214); }
H1.HeaderClassName
{
color: #2CE3D6;
}
.AnyTagClassName
{
color: #2CE3D6;
}
</style>
background-color css
<style>
a { background-color: #2CE3D6; }
a { background-color: rgb(44,227,214); }
div.DivClassName
{
background-color: #2CE3D6;
}
.BgClassName
{
background-color: #2CE3D6;
}
</style>
border-color css
<style>
span { border-color: #2CE3D6; }
span { border-color: rgb(44,227,214); }
td.TdClassName
{
border-color: #2CE3D6;
}
.TagClassName
{
border-color: #2CE3D6;
}
</style>