Shades of Medium Turquoise #2ECACF
Tints of Medium Turquoise #2ECACF
RGB
CMYK
RGB Variations
Color information
#2ECACF (or 0x2ECACF) is known color: Medium Turquoise. HEX triplet: 2E, CA and CF. RGB value is (46,202,207). Sum of RGB (Red+Green+Blue) = 46+202+207=455 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.11% from 455); Green value is 202 (79.30% from 255 or 44.40% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #2ECACF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECACF is #D13530. Grayscale: #9B9B9B. Windows color (decimal): -13710641 or 13617710. OLE color: 13617710.
HSL color Cylindrical-coordinate representation of color #2ECACF: hue angle of 181.86º 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 #2ECACF is Cyan = 0.78, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 202 | 207 | - |
| CMYK | 0.78 | 0.02 | 0 | 0.19 |
| HSL | 181.86º | 0.64% | 0.5% | - |
| HSV(B) | 181.86º | 0.78% | 0.81% | - |
| XYZ | 33.51 | 47.33 | 66.4 | - |
| YUV | 155.93 | 156.82 | 49.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 202 | 207 | 0.78 | 0.02 | 0 | 0.19 | 181.86 | 0.64 | 0.5 |
| Hex | 2E | CA | CF | 4E | 2 | 0 | 13 | B6 | 40 | 32 |
| Octal | 56 | 312 | 317 | 116 | 2 | 0 | 23 | 266 | 100 | 62 |
| Binary | 101110 | 11001010 | 11001111 | 1001110 | 10 | 0 | 10011 | 10110110 | 1000000 | 110010 |
Color Harmonies of #2ECACF
Complementary color
Monochromatic Colors of #2ECACF
Black with #2ECACF
Text Example
Text Example
White with #2ECACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECACF; }
p { color: rgb(46,202,207); }
H1.HeaderClassName
{
color: #2ECACF;
}
.AnyTagClassName
{
color: #2ECACF;
}
</style>
background-color css
<style>
a { background-color: #2ECACF; }
a { background-color: rgb(46,202,207); }
div.DivClassName
{
background-color: #2ECACF;
}
.BgClassName
{
background-color: #2ECACF;
}
</style>
border-color css
<style>
span { border-color: #2ECACF; }
span { border-color: rgb(46,202,207); }
td.TdClassName
{
border-color: #2ECACF;
}
.TagClassName
{
border-color: #2ECACF;
}
</style>