Shades of Turquoise #2EDFC6
Tints of Turquoise #2EDFC6
RGB
CMYK
RGB Variations
Color information
#2EDFC6 (or 0x2EDFC6) is known color: Turquoise. HEX triplet: 2E, DF and C6. RGB value is (46,223,198). Sum of RGB (Red+Green+Blue) = 46+223+198=467 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.85% from 467); Green value is 223 (87.5% from 255 or 47.75% from 467); Blue value is 198 (77.73% from 255 or 42.40% from 467); Max value from RGB is 223 - color contains mainly: green. Hex color #2EDFC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDFC6 is #D12039. Grayscale: #A7A7A7. Windows color (decimal): -13705274 or 13033262. OLE color: 13033262.
HSL color Cylindrical-coordinate representation of color #2EDFC6: hue angle of 171.53º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDFC6 is Cyan = 0.79, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 223 | 198 | - |
| CMYK | 0.79 | 0 | 0.11 | 0.13 |
| HSL | 171.53º | 0.73% | 0.53% | - |
| HSV(B) | 171.53º | 0.79% | 0.87% | - |
| XYZ | 37.71 | 57.43 | 62.52 | - |
| YUV | 167.23 | 145.36 | 41.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 223 | 198 | 0.79 | 0 | 0.11 | 0.13 | 171.53 | 0.73 | 0.53 |
| Hex | 2E | DF | C6 | 4F | 0 | B | D | AC | 49 | 35 |
| Octal | 56 | 337 | 306 | 117 | 0 | 13 | 15 | 254 | 111 | 65 |
| Binary | 101110 | 11011111 | 11000110 | 1001111 | 0 | 1011 | 1101 | 10101100 | 1001001 | 110101 |
Color Harmonies of #2EDFC6
Complementary color
Monochromatic Colors of #2EDFC6
Black with #2EDFC6
Text Example
Text Example
White with #2EDFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDFC6; }
p { color: rgb(46,223,198); }
H1.HeaderClassName
{
color: #2EDFC6;
}
.AnyTagClassName
{
color: #2EDFC6;
}
</style>
background-color css
<style>
a { background-color: #2EDFC6; }
a { background-color: rgb(46,223,198); }
div.DivClassName
{
background-color: #2EDFC6;
}
.BgClassName
{
background-color: #2EDFC6;
}
</style>
border-color css
<style>
span { border-color: #2EDFC6; }
span { border-color: rgb(46,223,198); }
td.TdClassName
{
border-color: #2EDFC6;
}
.TagClassName
{
border-color: #2EDFC6;
}
</style>