Shades of Bright Turquoise #2EE5FD
Tints of Bright Turquoise #2EE5FD
RGB
CMYK
RGB Variations
Color information
#2EE5FD (or 0x2EE5FD) is known color: Bright Turquoise. HEX triplet: 2E, E5 and FD. RGB value is (46,229,253). Sum of RGB (Red+Green+Blue) = 46+229+253=528 (69% of max value = 765). Red value is 46 (18.36% from 255 or 8.71% from 528); Green value is 229 (89.84% from 255 or 43.37% from 528); Blue value is 253 (99.22% from 255 or 47.92% from 528); Max value from RGB is 253 - color contains mainly: blue. Hex color #2EE5FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EE5FD is #D11A02. Grayscale: #B0B0B0. Windows color (decimal): -13703683 or 16639278. OLE color: 16639278.
HSL color Cylindrical-coordinate representation of color #2EE5FD: hue angle of 186.96º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EE5FD is Cyan = 0.82, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 229 | 253 | - |
| CMYK | 0.82 | 0.09 | 0 | 0.01 |
| HSL | 186.96º | 0.98% | 0.59% | - |
| HSV(B) | 186.96º | 0.82% | 0.99% | - |
| XYZ | 46.88 | 63.71 | 102.76 | - |
| YUV | 177.02 | 170.87 | 34.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 229 | 253 | 0.82 | 0.09 | 0 | 0.01 | 186.96 | 0.98 | 0.59 |
| Hex | 2E | E5 | FD | 52 | 9 | 0 | 1 | BB | 62 | 3B |
| Octal | 56 | 345 | 375 | 122 | 11 | 0 | 1 | 273 | 142 | 73 |
| Binary | 101110 | 11100101 | 11111101 | 1010010 | 1001 | 0 | 1 | 10111011 | 1100010 | 111011 |
Color Harmonies of #2EE5FD
Complementary color
Monochromatic Colors of #2EE5FD
Black with #2EE5FD
Text Example
Text Example
White with #2EE5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE5FD; }
p { color: rgb(46,229,253); }
H1.HeaderClassName
{
color: #2EE5FD;
}
.AnyTagClassName
{
color: #2EE5FD;
}
</style>
background-color css
<style>
a { background-color: #2EE5FD; }
a { background-color: rgb(46,229,253); }
div.DivClassName
{
background-color: #2EE5FD;
}
.BgClassName
{
background-color: #2EE5FD;
}
</style>
border-color css
<style>
span { border-color: #2EE5FD; }
span { border-color: rgb(46,229,253); }
td.TdClassName
{
border-color: #2EE5FD;
}
.TagClassName
{
border-color: #2EE5FD;
}
</style>