Shades of Turquoise #2EDEFB
Tints of Turquoise #2EDEFB
RGB
CMYK
RGB Variations
Color information
#2EDEFB (or 0x2EDEFB) is known color: Turquoise. HEX triplet: 2E, DE and FB. RGB value is (46,222,251). Sum of RGB (Red+Green+Blue) = 46+222+251=519 (68% of max value = 765). Red value is 46 (18.36% from 255 or 8.86% from 519); Green value is 222 (87.11% from 255 or 42.77% from 519); Blue value is 251 (98.44% from 255 or 48.36% from 519); Max value from RGB is 251 - color contains mainly: blue. Hex color #2EDEFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EDEFB is #D12104. Grayscale: #ACACAC. Windows color (decimal): -13705477 or 16506414. OLE color: 16506414.
HSL color Cylindrical-coordinate representation of color #2EDEFB: hue angle of 188.49º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EDEFB is Cyan = 0.82, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 222 | 251 | - |
| CMYK | 0.82 | 0.12 | 0 | 0.02 |
| HSL | 188.49º | 0.96% | 0.58% | - |
| HSV(B) | 188.49º | 0.82% | 0.98% | - |
| XYZ | 44.66 | 59.79 | 100.45 | - |
| YUV | 172.68 | 172.19 | 37.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 222 | 251 | 0.82 | 0.12 | 0 | 0.02 | 188.49 | 0.96 | 0.58 |
| Hex | 2E | DE | FB | 52 | C | 0 | 2 | BC | 60 | 3A |
| Octal | 56 | 336 | 373 | 122 | 14 | 0 | 2 | 274 | 140 | 72 |
| Binary | 101110 | 11011110 | 11111011 | 1010010 | 1100 | 0 | 10 | 10111100 | 1100000 | 111010 |
Color Harmonies of #2EDEFB
Complementary color
Monochromatic Colors of #2EDEFB
Black with #2EDEFB
Text Example
Text Example
White with #2EDEFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDEFB; }
p { color: rgb(46,222,251); }
H1.HeaderClassName
{
color: #2EDEFB;
}
.AnyTagClassName
{
color: #2EDEFB;
}
</style>
background-color css
<style>
a { background-color: #2EDEFB; }
a { background-color: rgb(46,222,251); }
div.DivClassName
{
background-color: #2EDEFB;
}
.BgClassName
{
background-color: #2EDEFB;
}
</style>
border-color css
<style>
span { border-color: #2EDEFB; }
span { border-color: rgb(46,222,251); }
td.TdClassName
{
border-color: #2EDEFB;
}
.TagClassName
{
border-color: #2EDEFB;
}
</style>