Shades of Turquoise #2ECFDC
Tints of Turquoise #2ECFDC
RGB
CMYK
RGB Variations
Color information
#2ECFDC (or 0x2ECFDC) is known color: Turquoise. HEX triplet: 2E, CF and DC. RGB value is (46,207,220). Sum of RGB (Red+Green+Blue) = 46+207+220=473 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.73% from 473); Green value is 207 (81.25% from 255 or 43.76% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #2ECFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECFDC is #D13023. Grayscale: #A0A0A0. Windows color (decimal): -13709348 or 14470958. OLE color: 14470958.
HSL color Cylindrical-coordinate representation of color #2ECFDC: hue angle of 184.48º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ECFDC is Cyan = 0.79, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 207 | 220 | - |
| CMYK | 0.79 | 0.06 | 0 | 0.14 |
| HSL | 184.48º | 0.71% | 0.52% | - |
| HSV(B) | 184.48º | 0.79% | 0.86% | - |
| XYZ | 36.36 | 50.37 | 75.52 | - |
| YUV | 160.34 | 161.66 | 46.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 207 | 220 | 0.79 | 0.06 | 0 | 0.14 | 184.48 | 0.71 | 0.52 |
| Hex | 2E | CF | DC | 4F | 6 | 0 | E | B8 | 47 | 34 |
| Octal | 56 | 317 | 334 | 117 | 6 | 0 | 16 | 270 | 107 | 64 |
| Binary | 101110 | 11001111 | 11011100 | 1001111 | 110 | 0 | 1110 | 10111000 | 1000111 | 110100 |
Color Harmonies of #2ECFDC
Complementary color
Monochromatic Colors of #2ECFDC
Black with #2ECFDC
Text Example
Text Example
White with #2ECFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECFDC; }
p { color: rgb(46,207,220); }
H1.HeaderClassName
{
color: #2ECFDC;
}
.AnyTagClassName
{
color: #2ECFDC;
}
</style>
background-color css
<style>
a { background-color: #2ECFDC; }
a { background-color: rgb(46,207,220); }
div.DivClassName
{
background-color: #2ECFDC;
}
.BgClassName
{
background-color: #2ECFDC;
}
</style>
border-color css
<style>
span { border-color: #2ECFDC; }
span { border-color: rgb(46,207,220); }
td.TdClassName
{
border-color: #2ECFDC;
}
.TagClassName
{
border-color: #2ECFDC;
}
</style>