Shades of Bright Turquoise #2EE1FE
Tints of Bright Turquoise #2EE1FE
RGB
CMYK
RGB Variations
Color information
#2EE1FE (or 0x2EE1FE) is known color: Bright Turquoise. HEX triplet: 2E, E1 and FE. RGB value is (46,225,254). Sum of RGB (Red+Green+Blue) = 46+225+254=525 (69% of max value = 765). Red value is 46 (18.36% from 255 or 8.76% from 525); Green value is 225 (88.28% from 255 or 42.86% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #2EE1FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EE1FE is #D11E01. Grayscale: #AEAEAE. Windows color (decimal): -13704706 or 16703790. OLE color: 16703790.
HSL color Cylindrical-coordinate representation of color #2EE1FE: hue angle of 188.37º 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 #2EE1FE is Cyan = 0.82, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 46 | 225 | 254 | - |
| CMYK | 0.82 | 0.11 | 0 | 0.00 |
| HSL | 188.37º | 0.99% | 0.59% | - |
| HSV(B) | 188.37º | 0.82% | 1% | - |
| XYZ | 45.94 | 61.59 | 103.23 | - |
| YUV | 174.79 | 172.7 | 36.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 225 | 254 | 0.82 | 0.11 | 0 | 0.00 | 188.37 | 0.99 | 0.59 |
| Hex | 2E | E1 | FE | 52 | B | 0 | 0 | BC | 63 | 3B |
| Octal | 56 | 341 | 376 | 122 | 13 | 0 | 0 | 274 | 143 | 73 |
| Binary | 101110 | 11100001 | 11111110 | 1010010 | 1011 | 0 | 0 | 10111100 | 1100011 | 111011 |
Color Harmonies of #2EE1FE
Complementary color
Monochromatic Colors of #2EE1FE
Black with #2EE1FE
Text Example
Text Example
White with #2EE1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE1FE; }
p { color: rgb(46,225,254); }
H1.HeaderClassName
{
color: #2EE1FE;
}
.AnyTagClassName
{
color: #2EE1FE;
}
</style>
background-color css
<style>
a { background-color: #2EE1FE; }
a { background-color: rgb(46,225,254); }
div.DivClassName
{
background-color: #2EE1FE;
}
.BgClassName
{
background-color: #2EE1FE;
}
</style>
border-color css
<style>
span { border-color: #2EE1FE; }
span { border-color: rgb(46,225,254); }
td.TdClassName
{
border-color: #2EE1FE;
}
.TagClassName
{
border-color: #2EE1FE;
}
</style>