Shades of Turquoise #2EDFF1
Tints of Turquoise #2EDFF1
RGB
CMYK
RGB Variations
Color information
#2EDFF1 (or 0x2EDFF1) is known color: Turquoise. HEX triplet: 2E, DF and F1. RGB value is (46,223,241). Sum of RGB (Red+Green+Blue) = 46+223+241=510 (67% of max value = 765). Red value is 46 (18.36% from 255 or 9.02% from 510); Green value is 223 (87.5% from 255 or 43.73% from 510); Blue value is 241 (94.53% from 255 or 47.25% from 510); Max value from RGB is 241 - color contains mainly: blue. Hex color #2EDFF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EDFF1 is #D1200E. Grayscale: #ABABAB. Windows color (decimal): -13705231 or 15851310. OLE color: 15851310.
HSL color Cylindrical-coordinate representation of color #2EDFF1: hue angle of 185.54º 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 #2EDFF1 is Cyan = 0.81, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 46 | 223 | 241 | - |
| CMYK | 0.81 | 0.07 | 0 | 0.05 |
| HSL | 185.54º | 0.87% | 0.56% | - |
| HSV(B) | 185.54º | 0.81% | 0.95% | - |
| XYZ | 43.39 | 59.71 | 92.46 | - |
| YUV | 172.13 | 166.86 | 38.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 223 | 241 | 0.81 | 0.07 | 0 | 0.05 | 185.54 | 0.87 | 0.56 |
| Hex | 2E | DF | F1 | 51 | 7 | 0 | 5 | BA | 57 | 38 |
| Octal | 56 | 337 | 361 | 121 | 7 | 0 | 5 | 272 | 127 | 70 |
| Binary | 101110 | 11011111 | 11110001 | 1010001 | 111 | 0 | 101 | 10111010 | 1010111 | 111000 |
Color Harmonies of #2EDFF1
Complementary color
Monochromatic Colors of #2EDFF1
Black with #2EDFF1
Text Example
Text Example
White with #2EDFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDFF1; }
p { color: rgb(46,223,241); }
H1.HeaderClassName
{
color: #2EDFF1;
}
.AnyTagClassName
{
color: #2EDFF1;
}
</style>
background-color css
<style>
a { background-color: #2EDFF1; }
a { background-color: rgb(46,223,241); }
div.DivClassName
{
background-color: #2EDFF1;
}
.BgClassName
{
background-color: #2EDFF1;
}
</style>
border-color css
<style>
span { border-color: #2EDFF1; }
span { border-color: rgb(46,223,241); }
td.TdClassName
{
border-color: #2EDFF1;
}
.TagClassName
{
border-color: #2EDFF1;
}
</style>