Shades of Turquoise #2EDEFC
Tints of Turquoise #2EDEFC
RGB
CMYK
RGB Variations
Color information
#2EDEFC (or 0x2EDEFC) is known color: Turquoise. HEX triplet: 2E, DE and FC. RGB value is (46,222,252). Sum of RGB (Red+Green+Blue) = 46+222+252=520 (68% of max value = 765). Red value is 46 (18.36% from 255 or 8.85% from 520); Green value is 222 (87.11% from 255 or 42.69% from 520); Blue value is 252 (98.83% from 255 or 48.46% from 520); Max value from RGB is 252 - color contains mainly: blue. Hex color #2EDEFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EDEFC is #D12103. Grayscale: #ACACAC. Windows color (decimal): -13705476 or 16571950. OLE color: 16571950.
HSL color Cylindrical-coordinate representation of color #2EDEFC: hue angle of 188.74º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EDEFC is Cyan = 0.82, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 222 | 252 | - |
| CMYK | 0.82 | 0.12 | 0 | 0.01 |
| HSL | 188.74º | 0.97% | 0.58% | - |
| HSV(B) | 188.74º | 0.82% | 0.99% | - |
| XYZ | 44.82 | 59.85 | 101.29 | - |
| YUV | 172.8 | 172.69 | 37.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 222 | 252 | 0.82 | 0.12 | 0 | 0.01 | 188.74 | 0.97 | 0.58 |
| Hex | 2E | DE | FC | 52 | C | 0 | 1 | BD | 61 | 3A |
| Octal | 56 | 336 | 374 | 122 | 14 | 0 | 1 | 275 | 141 | 72 |
| Binary | 101110 | 11011110 | 11111100 | 1010010 | 1100 | 0 | 1 | 10111101 | 1100001 | 111010 |
Color Harmonies of #2EDEFC
Complementary color
Monochromatic Colors of #2EDEFC
Black with #2EDEFC
Text Example
Text Example
White with #2EDEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDEFC; }
p { color: rgb(46,222,252); }
H1.HeaderClassName
{
color: #2EDEFC;
}
.AnyTagClassName
{
color: #2EDEFC;
}
</style>
background-color css
<style>
a { background-color: #2EDEFC; }
a { background-color: rgb(46,222,252); }
div.DivClassName
{
background-color: #2EDEFC;
}
.BgClassName
{
background-color: #2EDEFC;
}
</style>
border-color css
<style>
span { border-color: #2EDEFC; }
span { border-color: rgb(46,222,252); }
td.TdClassName
{
border-color: #2EDEFC;
}
.TagClassName
{
border-color: #2EDEFC;
}
</style>