Shades of Turquoise #2EEEEF
Tints of Turquoise #2EEEEF
RGB
CMYK
RGB Variations
Color information
#2EEEEF (or 0x2EEEEF) is known color: Turquoise. HEX triplet: 2E, EE and EF. RGB value is (46,238,239). Sum of RGB (Red+Green+Blue) = 46+238+239=523 (69% of max value = 765). Red value is 46 (18.36% from 255 or 8.80% from 523); Green value is 238 (93.36% from 255 or 45.51% from 523); Blue value is 239 (93.75% from 255 or 45.70% from 523); Max value from RGB is 239 - color contains mainly: blue. Hex color #2EEEEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EEEEF is #D11110. Grayscale: #B4B4B4. Windows color (decimal): -13701393 or 15724078. OLE color: 15724078.
HSL color Cylindrical-coordinate representation of color #2EEEEF: hue angle of 180.31º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EEEEF is Cyan = 0.81, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 238 | 239 | - |
| CMYK | 0.81 | 0.00 | 0 | 0.06 |
| HSL | 180.31º | 0.86% | 0.56% | - |
| HSV(B) | 180.31º | 0.81% | 0.94% | - |
| XYZ | 47.28 | 67.96 | 92.29 | - |
| YUV | 180.71 | 160.89 | 31.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 238 | 239 | 0.81 | 0.00 | 0 | 0.06 | 180.31 | 0.86 | 0.56 |
| Hex | 2E | EE | EF | 51 | 0 | 0 | 6 | B4 | 56 | 38 |
| Octal | 56 | 356 | 357 | 121 | 0 | 0 | 6 | 264 | 126 | 70 |
| Binary | 101110 | 11101110 | 11101111 | 1010001 | 0 | 0 | 110 | 10110100 | 1010110 | 111000 |
Color Harmonies of #2EEEEF
Complementary color
Monochromatic Colors of #2EEEEF
Black with #2EEEEF
Text Example
Text Example
White with #2EEEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEEEF; }
p { color: rgb(46,238,239); }
H1.HeaderClassName
{
color: #2EEEEF;
}
.AnyTagClassName
{
color: #2EEEEF;
}
</style>
background-color css
<style>
a { background-color: #2EEEEF; }
a { background-color: rgb(46,238,239); }
div.DivClassName
{
background-color: #2EEEEF;
}
.BgClassName
{
background-color: #2EEEEF;
}
</style>
border-color css
<style>
span { border-color: #2EEEEF; }
span { border-color: rgb(46,238,239); }
td.TdClassName
{
border-color: #2EEEEF;
}
.TagClassName
{
border-color: #2EEEEF;
}
</style>