Shades of Bright Turquoise #2EEFFB
Tints of Bright Turquoise #2EEFFB
RGB
CMYK
RGB Variations
Color information
#2EEFFB (or 0x2EEFFB) is known color: Bright Turquoise. HEX triplet: 2E, EF and FB. RGB value is (46,239,251). Sum of RGB (Red+Green+Blue) = 46+239+251=536 (70% of max value = 765). Red value is 46 (18.36% from 255 or 8.58% from 536); Green value is 239 (93.75% from 255 or 44.59% from 536); Blue value is 251 (98.44% from 255 or 46.83% from 536); Max value from RGB is 251 - color contains mainly: blue. Hex color #2EEFFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EEFFB is #D11004. Grayscale: #B6B6B6. Windows color (decimal): -13701125 or 16510766. OLE color: 16510766.
HSL color Cylindrical-coordinate representation of color #2EEFFB: hue angle of 183.51º degrees, saturation: 0.96, 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 #2EEFFB is Cyan = 0.82, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 239 | 251 | - |
| CMYK | 0.82 | 0.05 | 0 | 0.02 |
| HSL | 183.51º | 0.96% | 0.58% | - |
| HSV(B) | 183.51º | 0.82% | 0.98% | - |
| XYZ | 49.41 | 69.28 | 102.04 | - |
| YUV | 182.66 | 166.56 | 30.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 239 | 251 | 0.82 | 0.05 | 0 | 0.02 | 183.51 | 0.96 | 0.58 |
| Hex | 2E | EF | FB | 52 | 5 | 0 | 2 | B8 | 60 | 3A |
| Octal | 56 | 357 | 373 | 122 | 5 | 0 | 2 | 270 | 140 | 72 |
| Binary | 101110 | 11101111 | 11111011 | 1010010 | 101 | 0 | 10 | 10111000 | 1100000 | 111010 |
Color Harmonies of #2EEFFB
Complementary color
Monochromatic Colors of #2EEFFB
Black with #2EEFFB
Text Example
Text Example
White with #2EEFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEFFB; }
p { color: rgb(46,239,251); }
H1.HeaderClassName
{
color: #2EEFFB;
}
.AnyTagClassName
{
color: #2EEFFB;
}
</style>
background-color css
<style>
a { background-color: #2EEFFB; }
a { background-color: rgb(46,239,251); }
div.DivClassName
{
background-color: #2EEFFB;
}
.BgClassName
{
background-color: #2EEFFB;
}
</style>
border-color css
<style>
span { border-color: #2EEFFB; }
span { border-color: rgb(46,239,251); }
td.TdClassName
{
border-color: #2EEFFB;
}
.TagClassName
{
border-color: #2EEFFB;
}
</style>