Shades of Turquoise #4EEBDF
Tints of Turquoise #4EEBDF
RGB
CMYK
RGB Variations
Color information
#4EEBDF (or 0x4EEBDF) is known color: Turquoise. HEX triplet: 4E, EB and DF. RGB value is (78,235,223). Sum of RGB (Red+Green+Blue) = 78+235+223=536 (70% of max value = 765). Red value is 78 (30.86% from 255 or 14.55% from 536); Green value is 235 (92.19% from 255 or 43.84% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 235 - color contains mainly: green. Hex color #4EEBDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEBDF is #B11420. Grayscale: #BABABA. Windows color (decimal): -11605025 or 14674766. OLE color: 14674766.
HSL color Cylindrical-coordinate representation of color #4EEBDF: hue angle of 175.41º 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 #4EEBDF is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 78 | 235 | 223 | - |
| CMYK | 0.67 | 0 | 0.05 | 0.08 |
| HSL | 175.41º | 0.8% | 0.61% | - |
| HSV(B) | 175.41º | 0.67% | 0.92% | - |
| XYZ | 46.17 | 66.36 | 80.19 | - |
| YUV | 186.69 | 148.49 | 50.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 235 | 223 | 0.67 | 0 | 0.05 | 0.08 | 175.41 | 0.8 | 0.61 |
| Hex | 4E | EB | DF | 43 | 0 | 5 | 8 | AF | 50 | 3D |
| Octal | 116 | 353 | 337 | 103 | 0 | 5 | 10 | 257 | 120 | 75 |
| Binary | 1001110 | 11101011 | 11011111 | 1000011 | 0 | 101 | 1000 | 10101111 | 1010000 | 111101 |
Color Harmonies of #4EEBDF
Complementary color
Monochromatic Colors of #4EEBDF
Black with #4EEBDF
Text Example
Text Example
White with #4EEBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEBDF; }
p { color: rgb(78,235,223); }
H1.HeaderClassName
{
color: #4EEBDF;
}
.AnyTagClassName
{
color: #4EEBDF;
}
</style>
background-color css
<style>
a { background-color: #4EEBDF; }
a { background-color: rgb(78,235,223); }
div.DivClassName
{
background-color: #4EEBDF;
}
.BgClassName
{
background-color: #4EEBDF;
}
</style>
border-color css
<style>
span { border-color: #4EEBDF; }
span { border-color: rgb(78,235,223); }
td.TdClassName
{
border-color: #4EEBDF;
}
.TagClassName
{
border-color: #4EEBDF;
}
</style>