Shades of Bright Turquoise #2EE2FE
Tints of Bright Turquoise #2EE2FE
RGB
CMYK
RGB Variations
Color information
#2EE2FE (or 0x2EE2FE) is known color: Bright Turquoise. HEX triplet: 2E, E2 and FE. RGB value is (46,226,254). Sum of RGB (Red+Green+Blue) = 46+226+254=526 (69% of max value = 765). Red value is 46 (18.36% from 255 or 8.75% from 526); Green value is 226 (88.67% from 255 or 42.97% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #2EE2FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EE2FE is #D11D01. Grayscale: #AFAFAF. Windows color (decimal): -13704450 or 16704046. OLE color: 16704046.
HSL color Cylindrical-coordinate representation of color #2EE2FE: hue angle of 188.08º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EE2FE is Cyan = 0.82, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 46 | 226 | 254 | - |
| CMYK | 0.82 | 0.11 | 0 | 0.00 |
| HSL | 188.08º | 0.99% | 0.59% | - |
| HSV(B) | 188.08º | 0.82% | 1% | - |
| XYZ | 46.21 | 62.13 | 103.32 | - |
| YUV | 175.37 | 172.37 | 35.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 226 | 254 | 0.82 | 0.11 | 0 | 0.00 | 188.08 | 0.99 | 0.59 |
| Hex | 2E | E2 | FE | 52 | B | 0 | 0 | BC | 63 | 3B |
| Octal | 56 | 342 | 376 | 122 | 13 | 0 | 0 | 274 | 143 | 73 |
| Binary | 101110 | 11100010 | 11111110 | 1010010 | 1011 | 0 | 0 | 10111100 | 1100011 | 111011 |
Color Harmonies of #2EE2FE
Complementary color
Monochromatic Colors of #2EE2FE
Black with #2EE2FE
Text Example
Text Example
White with #2EE2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE2FE; }
p { color: rgb(46,226,254); }
H1.HeaderClassName
{
color: #2EE2FE;
}
.AnyTagClassName
{
color: #2EE2FE;
}
</style>
background-color css
<style>
a { background-color: #2EE2FE; }
a { background-color: rgb(46,226,254); }
div.DivClassName
{
background-color: #2EE2FE;
}
.BgClassName
{
background-color: #2EE2FE;
}
</style>
border-color css
<style>
span { border-color: #2EE2FE; }
span { border-color: rgb(46,226,254); }
td.TdClassName
{
border-color: #2EE2FE;
}
.TagClassName
{
border-color: #2EE2FE;
}
</style>