Shades of Turquoise #2ED5DF
Tints of Turquoise #2ED5DF
RGB
CMYK
RGB Variations
Color information
#2ED5DF (or 0x2ED5DF) is known color: Turquoise. HEX triplet: 2E, D5 and DF. RGB value is (46,213,223). Sum of RGB (Red+Green+Blue) = 46+213+223=482 (63% of max value = 765). Red value is 46 (18.36% from 255 or 9.54% from 482); Green value is 213 (83.59% from 255 or 44.19% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #2ED5DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ED5DF is #D12A20. Grayscale: #A4A4A4. Windows color (decimal): -13707809 or 14669102. OLE color: 14669102.
HSL color Cylindrical-coordinate representation of color #2ED5DF: hue angle of 183.39º 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 #2ED5DF is Cyan = 0.79, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 213 | 223 | - |
| CMYK | 0.79 | 0.04 | 0 | 0.13 |
| HSL | 183.39º | 0.73% | 0.53% | - |
| HSV(B) | 183.39º | 0.79% | 0.87% | - |
| XYZ | 38.24 | 53.5 | 78.12 | - |
| YUV | 164.21 | 161.17 | 43.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 213 | 223 | 0.79 | 0.04 | 0 | 0.13 | 183.39 | 0.73 | 0.53 |
| Hex | 2E | D5 | DF | 4F | 4 | 0 | D | B7 | 49 | 35 |
| Octal | 56 | 325 | 337 | 117 | 4 | 0 | 15 | 267 | 111 | 65 |
| Binary | 101110 | 11010101 | 11011111 | 1001111 | 100 | 0 | 1101 | 10110111 | 1001001 | 110101 |
Color Harmonies of #2ED5DF
Complementary color
Monochromatic Colors of #2ED5DF
Black with #2ED5DF
Text Example
Text Example
White with #2ED5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED5DF; }
p { color: rgb(46,213,223); }
H1.HeaderClassName
{
color: #2ED5DF;
}
.AnyTagClassName
{
color: #2ED5DF;
}
</style>
background-color css
<style>
a { background-color: #2ED5DF; }
a { background-color: rgb(46,213,223); }
div.DivClassName
{
background-color: #2ED5DF;
}
.BgClassName
{
background-color: #2ED5DF;
}
</style>
border-color css
<style>
span { border-color: #2ED5DF; }
span { border-color: rgb(46,213,223); }
td.TdClassName
{
border-color: #2ED5DF;
}
.TagClassName
{
border-color: #2ED5DF;
}
</style>