Shades of Turquoise #2EDCEA
Tints of Turquoise #2EDCEA
RGB
CMYK
RGB Variations
Color information
#2EDCEA (or 0x2EDCEA) is known color: Turquoise. HEX triplet: 2E, DC and EA. RGB value is (46,220,234). Sum of RGB (Red+Green+Blue) = 46+220+234=500 (66% of max value = 765). Red value is 46 (18.36% from 255 or 9.2% from 500); Green value is 220 (86.33% from 255 or 44% from 500); Blue value is 234 (91.80% from 255 or 46.8% from 500); Max value from RGB is 234 - color contains mainly: blue. Hex color #2EDCEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EDCEA is #D12315. Grayscale: #A9A9A9. Windows color (decimal): -13706006 or 15391790. OLE color: 15391790.
HSL color Cylindrical-coordinate representation of color #2EDCEA: hue angle of 184.47º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EDCEA is Cyan = 0.80, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 220 | 234 | - |
| CMYK | 0.80 | 0.06 | 0 | 0.08 |
| HSL | 184.47º | 0.82% | 0.55% | - |
| HSV(B) | 184.47º | 0.8% | 0.92% | - |
| XYZ | 41.57 | 57.71 | 86.79 | - |
| YUV | 169.57 | 164.35 | 39.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 220 | 234 | 0.80 | 0.06 | 0 | 0.08 | 184.47 | 0.82 | 0.55 |
| Hex | 2E | DC | EA | 50 | 6 | 0 | 8 | B8 | 52 | 37 |
| Octal | 56 | 334 | 352 | 120 | 6 | 0 | 10 | 270 | 122 | 67 |
| Binary | 101110 | 11011100 | 11101010 | 1010000 | 110 | 0 | 1000 | 10111000 | 1010010 | 110111 |
Color Harmonies of #2EDCEA
Complementary color
Monochromatic Colors of #2EDCEA
Black with #2EDCEA
Text Example
Text Example
White with #2EDCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDCEA; }
p { color: rgb(46,220,234); }
H1.HeaderClassName
{
color: #2EDCEA;
}
.AnyTagClassName
{
color: #2EDCEA;
}
</style>
background-color css
<style>
a { background-color: #2EDCEA; }
a { background-color: rgb(46,220,234); }
div.DivClassName
{
background-color: #2EDCEA;
}
.BgClassName
{
background-color: #2EDCEA;
}
</style>
border-color css
<style>
span { border-color: #2EDCEA; }
span { border-color: rgb(46,220,234); }
td.TdClassName
{
border-color: #2EDCEA;
}
.TagClassName
{
border-color: #2EDCEA;
}
</style>