Shades of Bright Turquoise #2EECF9
Tints of Bright Turquoise #2EECF9
RGB
CMYK
RGB Variations
Color information
#2EECF9 (or 0x2EECF9) is known color: Bright Turquoise. HEX triplet: 2E, EC and F9. RGB value is (46,236,249). Sum of RGB (Red+Green+Blue) = 46+236+249=531 (70% of max value = 765). Red value is 46 (18.36% from 255 or 8.66% from 531); Green value is 236 (92.58% from 255 or 44.44% from 531); Blue value is 249 (97.66% from 255 or 46.89% from 531); Max value from RGB is 249 - color contains mainly: blue. Hex color #2EECF9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EECF9 is #D11306. Grayscale: #B4B4B4. Windows color (decimal): -13701895 or 16378926. OLE color: 16378926.
HSL color Cylindrical-coordinate representation of color #2EECF9: hue angle of 183.84º 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 #2EECF9 is Cyan = 0.82, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 236 | 249 | - |
| CMYK | 0.82 | 0.05 | 0 | 0.02 |
| HSL | 183.84º | 0.94% | 0.58% | - |
| HSV(B) | 183.84º | 0.82% | 0.98% | - |
| XYZ | 48.22 | 67.41 | 100.09 | - |
| YUV | 180.67 | 166.55 | 31.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 236 | 249 | 0.82 | 0.05 | 0 | 0.02 | 183.84 | 0.94 | 0.58 |
| Hex | 2E | EC | F9 | 52 | 5 | 0 | 2 | B8 | 5E | 3A |
| Octal | 56 | 354 | 371 | 122 | 5 | 0 | 2 | 270 | 136 | 72 |
| Binary | 101110 | 11101100 | 11111001 | 1010010 | 101 | 0 | 10 | 10111000 | 1011110 | 111010 |
Color Harmonies of #2EECF9
Complementary color
Monochromatic Colors of #2EECF9
Black with #2EECF9
Text Example
Text Example
White with #2EECF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EECF9; }
p { color: rgb(46,236,249); }
H1.HeaderClassName
{
color: #2EECF9;
}
.AnyTagClassName
{
color: #2EECF9;
}
</style>
background-color css
<style>
a { background-color: #2EECF9; }
a { background-color: rgb(46,236,249); }
div.DivClassName
{
background-color: #2EECF9;
}
.BgClassName
{
background-color: #2EECF9;
}
</style>
border-color css
<style>
span { border-color: #2EECF9; }
span { border-color: rgb(46,236,249); }
td.TdClassName
{
border-color: #2EECF9;
}
.TagClassName
{
border-color: #2EECF9;
}
</style>