Shades of Turquoise #2EE0FB
Tints of Turquoise #2EE0FB
RGB
CMYK
RGB Variations
Color information
#2EE0FB (or 0x2EE0FB) is known color: Turquoise. HEX triplet: 2E, E0 and FB. RGB value is (46,224,251). Sum of RGB (Red+Green+Blue) = 46+224+251=521 (69% of max value = 765). Red value is 46 (18.36% from 255 or 8.83% from 521); Green value is 224 (87.89% from 255 or 42.99% from 521); Blue value is 251 (98.44% from 255 or 48.18% from 521); Max value from RGB is 251 - color contains mainly: blue. Hex color #2EE0FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EE0FB is #D11F04. Grayscale: #ADADAD. Windows color (decimal): -13704965 or 16506926. OLE color: 16506926.
HSL color Cylindrical-coordinate representation of color #2EE0FB: hue angle of 187.9º 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 #2EE0FB is Cyan = 0.82, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 224 | 251 | - |
| CMYK | 0.82 | 0.11 | 0 | 0.02 |
| HSL | 187.9º | 0.96% | 0.58% | - |
| HSV(B) | 187.9º | 0.82% | 0.98% | - |
| XYZ | 45.19 | 60.86 | 100.63 | - |
| YUV | 173.86 | 171.53 | 36.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 224 | 251 | 0.82 | 0.11 | 0 | 0.02 | 187.9 | 0.96 | 0.58 |
| Hex | 2E | E0 | FB | 52 | B | 0 | 2 | BC | 60 | 3A |
| Octal | 56 | 340 | 373 | 122 | 13 | 0 | 2 | 274 | 140 | 72 |
| Binary | 101110 | 11100000 | 11111011 | 1010010 | 1011 | 0 | 10 | 10111100 | 1100000 | 111010 |
Color Harmonies of #2EE0FB
Complementary color
Monochromatic Colors of #2EE0FB
Black with #2EE0FB
Text Example
Text Example
White with #2EE0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE0FB; }
p { color: rgb(46,224,251); }
H1.HeaderClassName
{
color: #2EE0FB;
}
.AnyTagClassName
{
color: #2EE0FB;
}
</style>
background-color css
<style>
a { background-color: #2EE0FB; }
a { background-color: rgb(46,224,251); }
div.DivClassName
{
background-color: #2EE0FB;
}
.BgClassName
{
background-color: #2EE0FB;
}
</style>
border-color css
<style>
span { border-color: #2EE0FB; }
span { border-color: rgb(46,224,251); }
td.TdClassName
{
border-color: #2EE0FB;
}
.TagClassName
{
border-color: #2EE0FB;
}
</style>