Shades of Turquoise #2ECFCD
Tints of Turquoise #2ECFCD
RGB
CMYK
RGB Variations
Color information
#2ECFCD (or 0x2ECFCD) is known color: Turquoise. HEX triplet: 2E, CF and CD. RGB value is (46,207,205). Sum of RGB (Red+Green+Blue) = 46+207+205=458 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.04% from 458); Green value is 207 (81.25% from 255 or 45.20% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 207 - color contains mainly: green. Hex color #2ECFCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECFCD is #D13032. Grayscale: #9E9E9E. Windows color (decimal): -13709363 or 13487918. OLE color: 13487918.
HSL color Cylindrical-coordinate representation of color #2ECFCD: hue angle of 179.25º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ECFCD is Cyan = 0.78, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 207 | 205 | - |
| CMYK | 0.78 | 0 | 0.01 | 0.19 |
| HSL | 179.25º | 0.64% | 0.5% | - |
| HSV(B) | 179.25º | 0.78% | 0.81% | - |
| XYZ | 34.46 | 49.61 | 65.52 | - |
| YUV | 158.63 | 154.16 | 47.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 207 | 205 | 0.78 | 0 | 0.01 | 0.19 | 179.25 | 0.64 | 0.5 |
| Hex | 2E | CF | CD | 4E | 0 | 1 | 13 | B3 | 40 | 32 |
| Octal | 56 | 317 | 315 | 116 | 0 | 1 | 23 | 263 | 100 | 62 |
| Binary | 101110 | 11001111 | 11001101 | 1001110 | 0 | 1 | 10011 | 10110011 | 1000000 | 110010 |
Color Harmonies of #2ECFCD
Complementary color
Monochromatic Colors of #2ECFCD
Black with #2ECFCD
Text Example
Text Example
White with #2ECFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECFCD; }
p { color: rgb(46,207,205); }
H1.HeaderClassName
{
color: #2ECFCD;
}
.AnyTagClassName
{
color: #2ECFCD;
}
</style>
background-color css
<style>
a { background-color: #2ECFCD; }
a { background-color: rgb(46,207,205); }
div.DivClassName
{
background-color: #2ECFCD;
}
.BgClassName
{
background-color: #2ECFCD;
}
</style>
border-color css
<style>
span { border-color: #2ECFCD; }
span { border-color: rgb(46,207,205); }
td.TdClassName
{
border-color: #2ECFCD;
}
.TagClassName
{
border-color: #2ECFCD;
}
</style>