Shades of Turquoise Blue #4EDFEB
Tints of Turquoise Blue #4EDFEB
RGB
CMYK
RGB Variations
Color information
#4EDFEB (or 0x4EDFEB) is known color: Turquoise Blue. HEX triplet: 4E, DF and EB. RGB value is (78,223,235). Sum of RGB (Red+Green+Blue) = 78+223+235=536 (70% of max value = 765). Red value is 78 (30.86% from 255 or 14.55% from 536); Green value is 223 (87.5% from 255 or 41.60% from 536); Blue value is 235 (92.19% from 255 or 43.84% from 536); Max value from RGB is 235 - color contains mainly: blue. Hex color #4EDFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EDFEB is #B12014. Grayscale: #B4B4B4. Windows color (decimal): -11608085 or 15458126. OLE color: 15458126.
HSL color Cylindrical-coordinate representation of color #4EDFEB: hue angle of 184.59º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EDFEB is Cyan = 0.67, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 78 | 223 | 235 | - |
| CMYK | 0.67 | 0.05 | 0 | 0.08 |
| HSL | 184.59º | 0.8% | 0.61% | - |
| HSV(B) | 184.59º | 0.67% | 0.92% | - |
| XYZ | 44.52 | 60.39 | 87.91 | - |
| YUV | 181.01 | 158.46 | 54.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 223 | 235 | 0.67 | 0.05 | 0 | 0.08 | 184.59 | 0.8 | 0.61 |
| Hex | 4E | DF | EB | 43 | 5 | 0 | 8 | B9 | 50 | 3D |
| Octal | 116 | 337 | 353 | 103 | 5 | 0 | 10 | 271 | 120 | 75 |
| Binary | 1001110 | 11011111 | 11101011 | 1000011 | 101 | 0 | 1000 | 10111001 | 1010000 | 111101 |
Color Harmonies of #4EDFEB
Complementary color
Monochromatic Colors of #4EDFEB
Black with #4EDFEB
Text Example
Text Example
White with #4EDFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDFEB; }
p { color: rgb(78,223,235); }
H1.HeaderClassName
{
color: #4EDFEB;
}
.AnyTagClassName
{
color: #4EDFEB;
}
</style>
background-color css
<style>
a { background-color: #4EDFEB; }
a { background-color: rgb(78,223,235); }
div.DivClassName
{
background-color: #4EDFEB;
}
.BgClassName
{
background-color: #4EDFEB;
}
</style>
border-color css
<style>
span { border-color: #4EDFEB; }
span { border-color: rgb(78,223,235); }
td.TdClassName
{
border-color: #4EDFEB;
}
.TagClassName
{
border-color: #4EDFEB;
}
</style>