Shades of Turquoise #2EE3EA
Tints of Turquoise #2EE3EA
RGB
CMYK
RGB Variations
Color information
#2EE3EA (or 0x2EE3EA) is known color: Turquoise. HEX triplet: 2E, E3 and EA. RGB value is (46,227,234). Sum of RGB (Red+Green+Blue) = 46+227+234=507 (67% of max value = 765). Red value is 46 (18.36% from 255 or 9.07% from 507); Green value is 227 (89.06% from 255 or 44.77% from 507); Blue value is 234 (91.80% from 255 or 46.15% from 507); Max value from RGB is 234 - color contains mainly: blue. Hex color #2EE3EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EE3EA is #D11C15. Grayscale: #ADADAD. Windows color (decimal): -13704214 or 15393582. OLE color: 15393582.
HSL color Cylindrical-coordinate representation of color #2EE3EA: hue angle of 182.23º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE3EA is Cyan = 0.80, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 227 | 234 | - |
| CMYK | 0.80 | 0.03 | 0 | 0.08 |
| HSL | 182.23º | 0.82% | 0.55% | - |
| HSV(B) | 182.23º | 0.8% | 0.92% | - |
| XYZ | 43.45 | 61.46 | 87.41 | - |
| YUV | 173.68 | 162.03 | 36.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 227 | 234 | 0.80 | 0.03 | 0 | 0.08 | 182.23 | 0.82 | 0.55 |
| Hex | 2E | E3 | EA | 50 | 3 | 0 | 8 | B6 | 52 | 37 |
| Octal | 56 | 343 | 352 | 120 | 3 | 0 | 10 | 266 | 122 | 67 |
| Binary | 101110 | 11100011 | 11101010 | 1010000 | 11 | 0 | 1000 | 10110110 | 1010010 | 110111 |
Color Harmonies of #2EE3EA
Complementary color
Monochromatic Colors of #2EE3EA
Black with #2EE3EA
Text Example
Text Example
White with #2EE3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE3EA; }
p { color: rgb(46,227,234); }
H1.HeaderClassName
{
color: #2EE3EA;
}
.AnyTagClassName
{
color: #2EE3EA;
}
</style>
background-color css
<style>
a { background-color: #2EE3EA; }
a { background-color: rgb(46,227,234); }
div.DivClassName
{
background-color: #2EE3EA;
}
.BgClassName
{
background-color: #2EE3EA;
}
</style>
border-color css
<style>
span { border-color: #2EE3EA; }
span { border-color: rgb(46,227,234); }
td.TdClassName
{
border-color: #2EE3EA;
}
.TagClassName
{
border-color: #2EE3EA;
}
</style>