Shades of Turquoise #2EDEF3
Tints of Turquoise #2EDEF3
RGB
CMYK
RGB Variations
Color information
#2EDEF3 (or 0x2EDEF3) is known color: Turquoise. HEX triplet: 2E, DE and F3. RGB value is (46,222,243). Sum of RGB (Red+Green+Blue) = 46+222+243=511 (67% of max value = 765). Red value is 46 (18.36% from 255 or 9.00% from 511); Green value is 222 (87.11% from 255 or 43.44% from 511); Blue value is 243 (95.31% from 255 or 47.55% from 511); Max value from RGB is 243 - color contains mainly: blue. Hex color #2EDEF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EDEF3 is #D1210C. Grayscale: #ABABAB. Windows color (decimal): -13705485 or 15982126. OLE color: 15982126.
HSL color Cylindrical-coordinate representation of color #2EDEF3: hue angle of 186.4º 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 #2EDEF3 is Cyan = 0.81, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 46 | 222 | 243 | - |
| CMYK | 0.81 | 0.09 | 0 | 0.05 |
| HSL | 186.4º | 0.89% | 0.57% | - |
| HSV(B) | 186.4º | 0.81% | 0.95% | - |
| XYZ | 43.43 | 59.29 | 93.95 | - |
| YUV | 171.77 | 168.19 | 38.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 222 | 243 | 0.81 | 0.09 | 0 | 0.05 | 186.4 | 0.89 | 0.57 |
| Hex | 2E | DE | F3 | 51 | 9 | 0 | 5 | BA | 59 | 39 |
| Octal | 56 | 336 | 363 | 121 | 11 | 0 | 5 | 272 | 131 | 71 |
| Binary | 101110 | 11011110 | 11110011 | 1010001 | 1001 | 0 | 101 | 10111010 | 1011001 | 111001 |
Color Harmonies of #2EDEF3
Complementary color
Monochromatic Colors of #2EDEF3
Black with #2EDEF3
Text Example
Text Example
White with #2EDEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDEF3; }
p { color: rgb(46,222,243); }
H1.HeaderClassName
{
color: #2EDEF3;
}
.AnyTagClassName
{
color: #2EDEF3;
}
</style>
background-color css
<style>
a { background-color: #2EDEF3; }
a { background-color: rgb(46,222,243); }
div.DivClassName
{
background-color: #2EDEF3;
}
.BgClassName
{
background-color: #2EDEF3;
}
</style>
border-color css
<style>
span { border-color: #2EDEF3; }
span { border-color: rgb(46,222,243); }
td.TdClassName
{
border-color: #2EDEF3;
}
.TagClassName
{
border-color: #2EDEF3;
}
</style>