Shades of Bright Turquoise #2EE5FA
Tints of Bright Turquoise #2EE5FA
RGB
CMYK
RGB Variations
Color information
#2EE5FA (or 0x2EE5FA) is known color: Bright Turquoise. HEX triplet: 2E, E5 and FA. RGB value is (46,229,250). Sum of RGB (Red+Green+Blue) = 46+229+250=525 (69% of max value = 765). Red value is 46 (18.36% from 255 or 8.76% from 525); Green value is 229 (89.84% from 255 or 43.62% from 525); Blue value is 250 (98.05% from 255 or 47.62% from 525); Max value from RGB is 250 - color contains mainly: blue. Hex color #2EE5FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EE5FA is #D11A05. Grayscale: #B0B0B0. Windows color (decimal): -13703686 or 16442670. OLE color: 16442670.
HSL color Cylindrical-coordinate representation of color #2EE5FA: hue angle of 186.18º degrees, saturation: 0.95, 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 #2EE5FA is Cyan = 0.82, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 229 | 250 | - |
| CMYK | 0.82 | 0.08 | 0 | 0.02 |
| HSL | 186.18º | 0.95% | 0.58% | - |
| HSV(B) | 186.18º | 0.82% | 0.98% | - |
| XYZ | 46.4 | 63.52 | 100.26 | - |
| YUV | 176.68 | 169.37 | 34.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 229 | 250 | 0.82 | 0.08 | 0 | 0.02 | 186.18 | 0.95 | 0.58 |
| Hex | 2E | E5 | FA | 52 | 8 | 0 | 2 | BA | 5F | 3A |
| Octal | 56 | 345 | 372 | 122 | 10 | 0 | 2 | 272 | 137 | 72 |
| Binary | 101110 | 11100101 | 11111010 | 1010010 | 1000 | 0 | 10 | 10111010 | 1011111 | 111010 |
Color Harmonies of #2EE5FA
Complementary color
Monochromatic Colors of #2EE5FA
Black with #2EE5FA
Text Example
Text Example
White with #2EE5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE5FA; }
p { color: rgb(46,229,250); }
H1.HeaderClassName
{
color: #2EE5FA;
}
.AnyTagClassName
{
color: #2EE5FA;
}
</style>
background-color css
<style>
a { background-color: #2EE5FA; }
a { background-color: rgb(46,229,250); }
div.DivClassName
{
background-color: #2EE5FA;
}
.BgClassName
{
background-color: #2EE5FA;
}
</style>
border-color css
<style>
span { border-color: #2EE5FA; }
span { border-color: rgb(46,229,250); }
td.TdClassName
{
border-color: #2EE5FA;
}
.TagClassName
{
border-color: #2EE5FA;
}
</style>