Shades of Turquoise #2EDEF9
Tints of Turquoise #2EDEF9
RGB
CMYK
RGB Variations
Color information
#2EDEF9 (or 0x2EDEF9) is known color: Turquoise. HEX triplet: 2E, DE and F9. RGB value is (46,222,249). Sum of RGB (Red+Green+Blue) = 46+222+249=517 (68% of max value = 765). Red value is 46 (18.36% from 255 or 8.90% from 517); Green value is 222 (87.11% from 255 or 42.94% from 517); Blue value is 249 (97.66% from 255 or 48.16% from 517); Max value from RGB is 249 - color contains mainly: blue. Hex color #2EDEF9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EDEF9 is #D12106. Grayscale: #ACACAC. Windows color (decimal): -13705479 or 16375342. OLE color: 16375342.
HSL color Cylindrical-coordinate representation of color #2EDEF9: hue angle of 187.98º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EDEF9 is Cyan = 0.82, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 222 | 249 | - |
| CMYK | 0.82 | 0.11 | 0 | 0.02 |
| HSL | 187.98º | 0.94% | 0.58% | - |
| HSV(B) | 187.98º | 0.82% | 0.98% | - |
| XYZ | 44.35 | 59.66 | 98.8 | - |
| YUV | 172.45 | 171.19 | 37.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 222 | 249 | 0.82 | 0.11 | 0 | 0.02 | 187.98 | 0.94 | 0.58 |
| Hex | 2E | DE | F9 | 52 | B | 0 | 2 | BC | 5E | 3A |
| Octal | 56 | 336 | 371 | 122 | 13 | 0 | 2 | 274 | 136 | 72 |
| Binary | 101110 | 11011110 | 11111001 | 1010010 | 1011 | 0 | 10 | 10111100 | 1011110 | 111010 |
Color Harmonies of #2EDEF9
Complementary color
Monochromatic Colors of #2EDEF9
Black with #2EDEF9
Text Example
Text Example
White with #2EDEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDEF9; }
p { color: rgb(46,222,249); }
H1.HeaderClassName
{
color: #2EDEF9;
}
.AnyTagClassName
{
color: #2EDEF9;
}
</style>
background-color css
<style>
a { background-color: #2EDEF9; }
a { background-color: rgb(46,222,249); }
div.DivClassName
{
background-color: #2EDEF9;
}
.BgClassName
{
background-color: #2EDEF9;
}
</style>
border-color css
<style>
span { border-color: #2EDEF9; }
span { border-color: rgb(46,222,249); }
td.TdClassName
{
border-color: #2EDEF9;
}
.TagClassName
{
border-color: #2EDEF9;
}
</style>