Shades of Turquoise #2EDFDC
Tints of Turquoise #2EDFDC
RGB
CMYK
RGB Variations
Color information
#2EDFDC (or 0x2EDFDC) is known color: Turquoise. HEX triplet: 2E, DF and DC. RGB value is (46,223,220). Sum of RGB (Red+Green+Blue) = 46+223+220=489 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.41% from 489); Green value is 223 (87.5% from 255 or 45.60% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 223 - color contains mainly: green. Hex color #2EDFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDFDC is #D12023. Grayscale: #A9A9A9. Windows color (decimal): -13705252 or 14475054. OLE color: 14475054.
HSL color Cylindrical-coordinate representation of color #2EDFDC: hue angle of 178.98º 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 #2EDFDC is Cyan = 0.79, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 223 | 220 | - |
| CMYK | 0.79 | 0 | 0.01 | 0.13 |
| HSL | 178.98º | 0.73% | 0.53% | - |
| HSV(B) | 178.98º | 0.79% | 0.87% | - |
| XYZ | 40.43 | 58.52 | 76.88 | - |
| YUV | 169.74 | 156.36 | 39.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 223 | 220 | 0.79 | 0 | 0.01 | 0.13 | 178.98 | 0.73 | 0.53 |
| Hex | 2E | DF | DC | 4F | 0 | 1 | D | B3 | 49 | 35 |
| Octal | 56 | 337 | 334 | 117 | 0 | 1 | 15 | 263 | 111 | 65 |
| Binary | 101110 | 11011111 | 11011100 | 1001111 | 0 | 1 | 1101 | 10110011 | 1001001 | 110101 |
Color Harmonies of #2EDFDC
Complementary color
Monochromatic Colors of #2EDFDC
Black with #2EDFDC
Text Example
Text Example
White with #2EDFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDFDC; }
p { color: rgb(46,223,220); }
H1.HeaderClassName
{
color: #2EDFDC;
}
.AnyTagClassName
{
color: #2EDFDC;
}
</style>
background-color css
<style>
a { background-color: #2EDFDC; }
a { background-color: rgb(46,223,220); }
div.DivClassName
{
background-color: #2EDFDC;
}
.BgClassName
{
background-color: #2EDFDC;
}
</style>
border-color css
<style>
span { border-color: #2EDFDC; }
span { border-color: rgb(46,223,220); }
td.TdClassName
{
border-color: #2EDFDC;
}
.TagClassName
{
border-color: #2EDFDC;
}
</style>