Shades of Bright Turquoise #2EF9F3
Tints of Bright Turquoise #2EF9F3
RGB
CMYK
RGB Variations
Color information
#2EF9F3 (or 0x2EF9F3) is known color: Bright Turquoise. HEX triplet: 2E, F9 and F3. RGB value is (46,249,243). Sum of RGB (Red+Green+Blue) = 46+249+243=538 (71% of max value = 765). Red value is 46 (18.36% from 255 or 8.55% from 538); Green value is 249 (97.66% from 255 or 46.28% from 538); Blue value is 243 (95.31% from 255 or 45.17% from 538); Max value from RGB is 249 - color contains mainly: green. Hex color #2EF9F3 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EF9F3 is #D1060C. Grayscale: #BBBBBB. Windows color (decimal): -13698573 or 15989038. OLE color: 15989038.
HSL color Cylindrical-coordinate representation of color #2EF9F3: hue angle of 178.23º 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 #2EF9F3 is Cyan = 0.82, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 249 | 243 | - |
| CMYK | 0.82 | 0 | 0.02 | 0.02 |
| HSL | 178.23º | 0.94% | 0.58% | - |
| HSV(B) | 178.23º | 0.82% | 0.98% | - |
| XYZ | 51.18 | 74.8 | 96.54 | - |
| YUV | 187.62 | 159.25 | 26.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 249 | 243 | 0.82 | 0 | 0.02 | 0.02 | 178.23 | 0.94 | 0.58 |
| Hex | 2E | F9 | F3 | 52 | 0 | 2 | 2 | B2 | 5E | 3A |
| Octal | 56 | 371 | 363 | 122 | 0 | 2 | 2 | 262 | 136 | 72 |
| Binary | 101110 | 11111001 | 11110011 | 1010010 | 0 | 10 | 10 | 10110010 | 1011110 | 111010 |
Color Harmonies of #2EF9F3
Complementary color
Monochromatic Colors of #2EF9F3
Black with #2EF9F3
Text Example
Text Example
White with #2EF9F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF9F3; }
p { color: rgb(46,249,243); }
H1.HeaderClassName
{
color: #2EF9F3;
}
.AnyTagClassName
{
color: #2EF9F3;
}
</style>
background-color css
<style>
a { background-color: #2EF9F3; }
a { background-color: rgb(46,249,243); }
div.DivClassName
{
background-color: #2EF9F3;
}
.BgClassName
{
background-color: #2EF9F3;
}
</style>
border-color css
<style>
span { border-color: #2EF9F3; }
span { border-color: rgb(46,249,243); }
td.TdClassName
{
border-color: #2EF9F3;
}
.TagClassName
{
border-color: #2EF9F3;
}
</style>