Shades of Turquoise #2EF3C4
Tints of Turquoise #2EF3C4
RGB
CMYK
RGB Variations
Color information
#2EF3C4 (or 0x2EF3C4) is known color: Turquoise. HEX triplet: 2E, F3 and C4. RGB value is (46,243,196). Sum of RGB (Red+Green+Blue) = 46+243+196=485 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.48% from 485); Green value is 243 (95.31% from 255 or 50.10% from 485); Blue value is 196 (76.95% from 255 or 40.41% from 485); Max value from RGB is 243 - color contains mainly: green. Hex color #2EF3C4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EF3C4 is #D10C3B. Grayscale: #B2B2B2. Windows color (decimal): -13700156 or 12907310. OLE color: 12907310.
HSL color Cylindrical-coordinate representation of color #2EF3C4: hue angle of 165.69º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF3C4 is Cyan = 0.81, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 46 | 243 | 196 | - |
| CMYK | 0.81 | 0 | 0.19 | 0.05 |
| HSL | 165.69º | 0.89% | 0.57% | - |
| HSV(B) | 165.69º | 0.81% | 0.95% | - |
| XYZ | 43.14 | 68.67 | 63.2 | - |
| YUV | 178.74 | 137.73 | 33.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 243 | 196 | 0.81 | 0 | 0.19 | 0.05 | 165.69 | 0.89 | 0.57 |
| Hex | 2E | F3 | C4 | 51 | 0 | 13 | 5 | A6 | 59 | 39 |
| Octal | 56 | 363 | 304 | 121 | 0 | 23 | 5 | 246 | 131 | 71 |
| Binary | 101110 | 11110011 | 11000100 | 1010001 | 0 | 10011 | 101 | 10100110 | 1011001 | 111001 |
Color Harmonies of #2EF3C4
Complementary color
Monochromatic Colors of #2EF3C4
Black with #2EF3C4
Text Example
Text Example
White with #2EF3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF3C4; }
p { color: rgb(46,243,196); }
H1.HeaderClassName
{
color: #2EF3C4;
}
.AnyTagClassName
{
color: #2EF3C4;
}
</style>
background-color css
<style>
a { background-color: #2EF3C4; }
a { background-color: rgb(46,243,196); }
div.DivClassName
{
background-color: #2EF3C4;
}
.BgClassName
{
background-color: #2EF3C4;
}
</style>
border-color css
<style>
span { border-color: #2EF3C4; }
span { border-color: rgb(46,243,196); }
td.TdClassName
{
border-color: #2EF3C4;
}
.TagClassName
{
border-color: #2EF3C4;
}
</style>