Shades of Turquoise #2EF1DD
Tints of Turquoise #2EF1DD
RGB
CMYK
RGB Variations
Color information
#2EF1DD (or 0x2EF1DD) is known color: Turquoise. HEX triplet: 2E, F1 and DD. RGB value is (46,241,221). Sum of RGB (Red+Green+Blue) = 46+241+221=508 (67% of max value = 765). Red value is 46 (18.36% from 255 or 9.06% from 508); Green value is 241 (94.53% from 255 or 47.44% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 241 - color contains mainly: green. Hex color #2EF1DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EF1DD is #D10E22. Grayscale: #B4B4B4. Windows color (decimal): -13700643 or 14545198. OLE color: 14545198.
HSL color Cylindrical-coordinate representation of color #2EF1DD: hue angle of 173.85º 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 #2EF1DD is Cyan = 0.81, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 46 | 241 | 221 | - |
| CMYK | 0.81 | 0 | 0.08 | 0.05 |
| HSL | 173.85º | 0.87% | 0.56% | - |
| HSV(B) | 173.85º | 0.81% | 0.95% | - |
| XYZ | 45.63 | 68.71 | 79.26 | - |
| YUV | 180.42 | 150.9 | 32.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 241 | 221 | 0.81 | 0 | 0.08 | 0.05 | 173.85 | 0.87 | 0.56 |
| Hex | 2E | F1 | DD | 51 | 0 | 8 | 5 | AE | 57 | 38 |
| Octal | 56 | 361 | 335 | 121 | 0 | 10 | 5 | 256 | 127 | 70 |
| Binary | 101110 | 11110001 | 11011101 | 1010001 | 0 | 1000 | 101 | 10101110 | 1010111 | 111000 |
Color Harmonies of #2EF1DD
Complementary color
Monochromatic Colors of #2EF1DD
Black with #2EF1DD
Text Example
Text Example
White with #2EF1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF1DD; }
p { color: rgb(46,241,221); }
H1.HeaderClassName
{
color: #2EF1DD;
}
.AnyTagClassName
{
color: #2EF1DD;
}
</style>
background-color css
<style>
a { background-color: #2EF1DD; }
a { background-color: rgb(46,241,221); }
div.DivClassName
{
background-color: #2EF1DD;
}
.BgClassName
{
background-color: #2EF1DD;
}
</style>
border-color css
<style>
span { border-color: #2EF1DD; }
span { border-color: rgb(46,241,221); }
td.TdClassName
{
border-color: #2EF1DD;
}
.TagClassName
{
border-color: #2EF1DD;
}
</style>