Shades of Turquoise #2EE0FA
Tints of Turquoise #2EE0FA
RGB
CMYK
RGB Variations
Color information
#2EE0FA (or 0x2EE0FA) is known color: Turquoise. HEX triplet: 2E, E0 and FA. RGB value is (46,224,250). Sum of RGB (Red+Green+Blue) = 46+224+250=520 (68% of max value = 765). Red value is 46 (18.36% from 255 or 8.85% from 520); Green value is 224 (87.89% from 255 or 43.08% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 250 - color contains mainly: blue. Hex color #2EE0FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EE0FA is #D11F05. Grayscale: #ADADAD. Windows color (decimal): -13704966 or 16441390. OLE color: 16441390.
HSL color Cylindrical-coordinate representation of color #2EE0FA: hue angle of 187.65º degrees, saturation: 0.95, 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 #2EE0FA is Cyan = 0.82, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 224 | 250 | - |
| CMYK | 0.82 | 0.10 | 0 | 0.02 |
| HSL | 187.65º | 0.95% | 0.58% | - |
| HSV(B) | 187.65º | 0.82% | 0.98% | - |
| XYZ | 45.04 | 60.79 | 99.8 | - |
| YUV | 173.74 | 171.03 | 36.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 224 | 250 | 0.82 | 0.10 | 0 | 0.02 | 187.65 | 0.95 | 0.58 |
| Hex | 2E | E0 | FA | 52 | A | 0 | 2 | BC | 5F | 3A |
| Octal | 56 | 340 | 372 | 122 | 12 | 0 | 2 | 274 | 137 | 72 |
| Binary | 101110 | 11100000 | 11111010 | 1010010 | 1010 | 0 | 10 | 10111100 | 1011111 | 111010 |
Color Harmonies of #2EE0FA
Complementary color
Monochromatic Colors of #2EE0FA
Black with #2EE0FA
Text Example
Text Example
White with #2EE0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE0FA; }
p { color: rgb(46,224,250); }
H1.HeaderClassName
{
color: #2EE0FA;
}
.AnyTagClassName
{
color: #2EE0FA;
}
</style>
background-color css
<style>
a { background-color: #2EE0FA; }
a { background-color: rgb(46,224,250); }
div.DivClassName
{
background-color: #2EE0FA;
}
.BgClassName
{
background-color: #2EE0FA;
}
</style>
border-color css
<style>
span { border-color: #2EE0FA; }
span { border-color: rgb(46,224,250); }
td.TdClassName
{
border-color: #2EE0FA;
}
.TagClassName
{
border-color: #2EE0FA;
}
</style>