Shades of Turquoise #2EF1DF
Tints of Turquoise #2EF1DF
RGB
CMYK
RGB Variations
Color information
#2EF1DF (or 0x2EF1DF) is known color: Turquoise. HEX triplet: 2E, F1 and DF. RGB value is (46,241,223). Sum of RGB (Red+Green+Blue) = 46+241+223=510 (67% of max value = 765). Red value is 46 (18.36% from 255 or 9.02% from 510); Green value is 241 (94.53% from 255 or 47.25% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 241 - color contains mainly: green. Hex color #2EF1DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EF1DF is #D10E20. Grayscale: #B4B4B4. Windows color (decimal): -13700641 or 14676270. OLE color: 14676270.
HSL color Cylindrical-coordinate representation of color #2EF1DF: hue angle of 174.46º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF1DF is Cyan = 0.81, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 46 | 241 | 223 | - |
| CMYK | 0.81 | 0 | 0.07 | 0.05 |
| HSL | 174.46º | 0.87% | 0.56% | - |
| HSV(B) | 174.46º | 0.81% | 0.95% | - |
| XYZ | 45.9 | 68.82 | 80.68 | - |
| YUV | 180.64 | 151.9 | 31.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 241 | 223 | 0.81 | 0 | 0.07 | 0.05 | 174.46 | 0.87 | 0.56 |
| Hex | 2E | F1 | DF | 51 | 0 | 7 | 5 | AE | 57 | 38 |
| Octal | 56 | 361 | 337 | 121 | 0 | 7 | 5 | 256 | 127 | 70 |
| Binary | 101110 | 11110001 | 11011111 | 1010001 | 0 | 111 | 101 | 10101110 | 1010111 | 111000 |
Color Harmonies of #2EF1DF
Complementary color
Monochromatic Colors of #2EF1DF
Black with #2EF1DF
Text Example
Text Example
White with #2EF1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF1DF; }
p { color: rgb(46,241,223); }
H1.HeaderClassName
{
color: #2EF1DF;
}
.AnyTagClassName
{
color: #2EF1DF;
}
</style>
background-color css
<style>
a { background-color: #2EF1DF; }
a { background-color: rgb(46,241,223); }
div.DivClassName
{
background-color: #2EF1DF;
}
.BgClassName
{
background-color: #2EF1DF;
}
</style>
border-color css
<style>
span { border-color: #2EF1DF; }
span { border-color: rgb(46,241,223); }
td.TdClassName
{
border-color: #2EF1DF;
}
.TagClassName
{
border-color: #2EF1DF;
}
</style>