Shades of Bright Turquoise #2EEBFD
Tints of Bright Turquoise #2EEBFD
RGB
CMYK
RGB Variations
Color information
#2EEBFD (or 0x2EEBFD) is known color: Bright Turquoise. HEX triplet: 2E, EB and FD. RGB value is (46,235,253). Sum of RGB (Red+Green+Blue) = 46+235+253=534 (70% of max value = 765). Red value is 46 (18.36% from 255 or 8.61% from 534); Green value is 235 (92.19% from 255 or 44.01% from 534); Blue value is 253 (99.22% from 255 or 47.38% from 534); Max value from RGB is 253 - color contains mainly: blue. Hex color #2EEBFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EEBFD is #D11402. Grayscale: #B4B4B4. Windows color (decimal): -13702147 or 16640814. OLE color: 16640814.
HSL color Cylindrical-coordinate representation of color #2EEBFD: hue angle of 185.22º 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 #2EEBFD is Cyan = 0.82, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 235 | 253 | - |
| CMYK | 0.82 | 0.07 | 0 | 0.01 |
| HSL | 185.22º | 0.98% | 0.59% | - |
| HSV(B) | 185.22º | 0.82% | 0.99% | - |
| XYZ | 48.56 | 67.09 | 103.32 | - |
| YUV | 180.54 | 168.88 | 32.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 235 | 253 | 0.82 | 0.07 | 0 | 0.01 | 185.22 | 0.98 | 0.59 |
| Hex | 2E | EB | FD | 52 | 7 | 0 | 1 | B9 | 62 | 3B |
| Octal | 56 | 353 | 375 | 122 | 7 | 0 | 1 | 271 | 142 | 73 |
| Binary | 101110 | 11101011 | 11111101 | 1010010 | 111 | 0 | 1 | 10111001 | 1100010 | 111011 |
Color Harmonies of #2EEBFD
Complementary color
Monochromatic Colors of #2EEBFD
Black with #2EEBFD
Text Example
Text Example
White with #2EEBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEBFD; }
p { color: rgb(46,235,253); }
H1.HeaderClassName
{
color: #2EEBFD;
}
.AnyTagClassName
{
color: #2EEBFD;
}
</style>
background-color css
<style>
a { background-color: #2EEBFD; }
a { background-color: rgb(46,235,253); }
div.DivClassName
{
background-color: #2EEBFD;
}
.BgClassName
{
background-color: #2EEBFD;
}
</style>
border-color css
<style>
span { border-color: #2EEBFD; }
span { border-color: rgb(46,235,253); }
td.TdClassName
{
border-color: #2EEBFD;
}
.TagClassName
{
border-color: #2EEBFD;
}
</style>