Shades of Turquoise #2EEFF3
Tints of Turquoise #2EEFF3
RGB
CMYK
RGB Variations
Color information
#2EEFF3 (or 0x2EEFF3) is known color: Turquoise. HEX triplet: 2E, EF and F3. RGB value is (46,239,243). Sum of RGB (Red+Green+Blue) = 46+239+243=528 (69% of max value = 765). Red value is 46 (18.36% from 255 or 8.71% from 528); Green value is 239 (93.75% from 255 or 45.27% from 528); Blue value is 243 (95.31% from 255 or 46.02% from 528); Max value from RGB is 243 - color contains mainly: blue. Hex color #2EEFF3 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EEFF3 is #D1100C. Grayscale: #B5B5B5. Windows color (decimal): -13701133 or 15986478. OLE color: 15986478.
HSL color Cylindrical-coordinate representation of color #2EEFF3: hue angle of 181.22º 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 #2EEFF3 is Cyan = 0.81, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 46 | 239 | 243 | - |
| CMYK | 0.81 | 0.02 | 0 | 0.05 |
| HSL | 181.22º | 0.89% | 0.57% | - |
| HSV(B) | 181.22º | 0.81% | 0.95% | - |
| XYZ | 48.17 | 68.78 | 95.53 | - |
| YUV | 181.75 | 162.56 | 31.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 239 | 243 | 0.81 | 0.02 | 0 | 0.05 | 181.22 | 0.89 | 0.57 |
| Hex | 2E | EF | F3 | 51 | 2 | 0 | 5 | B5 | 59 | 39 |
| Octal | 56 | 357 | 363 | 121 | 2 | 0 | 5 | 265 | 131 | 71 |
| Binary | 101110 | 11101111 | 11110011 | 1010001 | 10 | 0 | 101 | 10110101 | 1011001 | 111001 |
Color Harmonies of #2EEFF3
Complementary color
Monochromatic Colors of #2EEFF3
Black with #2EEFF3
Text Example
Text Example
White with #2EEFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEFF3; }
p { color: rgb(46,239,243); }
H1.HeaderClassName
{
color: #2EEFF3;
}
.AnyTagClassName
{
color: #2EEFF3;
}
</style>
background-color css
<style>
a { background-color: #2EEFF3; }
a { background-color: rgb(46,239,243); }
div.DivClassName
{
background-color: #2EEFF3;
}
.BgClassName
{
background-color: #2EEFF3;
}
</style>
border-color css
<style>
span { border-color: #2EEFF3; }
span { border-color: rgb(46,239,243); }
td.TdClassName
{
border-color: #2EEFF3;
}
.TagClassName
{
border-color: #2EEFF3;
}
</style>