Shades of Turquoise #2EE1F1
Tints of Turquoise #2EE1F1
RGB
CMYK
RGB Variations
Color information
#2EE1F1 (or 0x2EE1F1) is known color: Turquoise. HEX triplet: 2E, E1 and F1. RGB value is (46,225,241). Sum of RGB (Red+Green+Blue) = 46+225+241=512 (67% of max value = 765). Red value is 46 (18.36% from 255 or 8.98% from 512); Green value is 225 (88.28% from 255 or 43.95% from 512); Blue value is 241 (94.53% from 255 or 47.07% from 512); Max value from RGB is 241 - color contains mainly: blue. Hex color #2EE1F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EE1F1 is #D11E0E. Grayscale: #ADADAD. Windows color (decimal): -13704719 or 15851822. OLE color: 15851822.
HSL color Cylindrical-coordinate representation of color #2EE1F1: hue angle of 184.92º 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 #2EE1F1 is Cyan = 0.81, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 46 | 225 | 241 | - |
| CMYK | 0.81 | 0.07 | 0 | 0.05 |
| HSL | 184.92º | 0.87% | 0.56% | - |
| HSV(B) | 184.92º | 0.81% | 0.95% | - |
| XYZ | 43.93 | 60.78 | 92.64 | - |
| YUV | 173.3 | 166.2 | 37.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 225 | 241 | 0.81 | 0.07 | 0 | 0.05 | 184.92 | 0.87 | 0.56 |
| Hex | 2E | E1 | F1 | 51 | 7 | 0 | 5 | B9 | 57 | 38 |
| Octal | 56 | 341 | 361 | 121 | 7 | 0 | 5 | 271 | 127 | 70 |
| Binary | 101110 | 11100001 | 11110001 | 1010001 | 111 | 0 | 101 | 10111001 | 1010111 | 111000 |
Color Harmonies of #2EE1F1
Complementary color
Monochromatic Colors of #2EE1F1
Black with #2EE1F1
Text Example
Text Example
White with #2EE1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE1F1; }
p { color: rgb(46,225,241); }
H1.HeaderClassName
{
color: #2EE1F1;
}
.AnyTagClassName
{
color: #2EE1F1;
}
</style>
background-color css
<style>
a { background-color: #2EE1F1; }
a { background-color: rgb(46,225,241); }
div.DivClassName
{
background-color: #2EE1F1;
}
.BgClassName
{
background-color: #2EE1F1;
}
</style>
border-color css
<style>
span { border-color: #2EE1F1; }
span { border-color: rgb(46,225,241); }
td.TdClassName
{
border-color: #2EE1F1;
}
.TagClassName
{
border-color: #2EE1F1;
}
</style>