Shades of Bright Turquoise #2EEBFC
Tints of Bright Turquoise #2EEBFC
RGB
CMYK
RGB Variations
Color information
#2EEBFC (or 0x2EEBFC) is known color: Bright Turquoise. HEX triplet: 2E, EB and FC. RGB value is (46,235,252). Sum of RGB (Red+Green+Blue) = 46+235+252=533 (70% of max value = 765). Red value is 46 (18.36% from 255 or 8.63% from 533); Green value is 235 (92.19% from 255 or 44.09% from 533); Blue value is 252 (98.83% from 255 or 47.28% from 533); Max value from RGB is 252 - color contains mainly: blue. Hex color #2EEBFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EEBFC is #D11403. Grayscale: #B4B4B4. Windows color (decimal): -13702148 or 16575278. OLE color: 16575278.
HSL color Cylindrical-coordinate representation of color #2EEBFC: hue angle of 184.95º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EEBFC is Cyan = 0.82, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 235 | 252 | - |
| CMYK | 0.82 | 0.07 | 0 | 0.01 |
| HSL | 184.95º | 0.97% | 0.58% | - |
| HSV(B) | 184.95º | 0.82% | 0.99% | - |
| XYZ | 48.41 | 67.03 | 102.48 | - |
| YUV | 180.43 | 168.38 | 32.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 235 | 252 | 0.82 | 0.07 | 0 | 0.01 | 184.95 | 0.97 | 0.58 |
| Hex | 2E | EB | FC | 52 | 7 | 0 | 1 | B9 | 61 | 3A |
| Octal | 56 | 353 | 374 | 122 | 7 | 0 | 1 | 271 | 141 | 72 |
| Binary | 101110 | 11101011 | 11111100 | 1010010 | 111 | 0 | 1 | 10111001 | 1100001 | 111010 |
Color Harmonies of #2EEBFC
Complementary color
Monochromatic Colors of #2EEBFC
Black with #2EEBFC
Text Example
Text Example
White with #2EEBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEBFC; }
p { color: rgb(46,235,252); }
H1.HeaderClassName
{
color: #2EEBFC;
}
.AnyTagClassName
{
color: #2EEBFC;
}
</style>
background-color css
<style>
a { background-color: #2EEBFC; }
a { background-color: rgb(46,235,252); }
div.DivClassName
{
background-color: #2EEBFC;
}
.BgClassName
{
background-color: #2EEBFC;
}
</style>
border-color css
<style>
span { border-color: #2EEBFC; }
span { border-color: rgb(46,235,252); }
td.TdClassName
{
border-color: #2EEBFC;
}
.TagClassName
{
border-color: #2EEBFC;
}
</style>