Shades of Turquoise #4EEBCA
Tints of Turquoise #4EEBCA
RGB
CMYK
RGB Variations
Color information
#4EEBCA (or 0x4EEBCA) is known color: Turquoise. HEX triplet: 4E, EB and CA. RGB value is (78,235,202). Sum of RGB (Red+Green+Blue) = 78+235+202=515 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15.15% from 515); Green value is 235 (92.19% from 255 or 45.63% from 515); Blue value is 202 (79.30% from 255 or 39.22% from 515); Max value from RGB is 235 - color contains mainly: green. Hex color #4EEBCA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEBCA is #B11435. Grayscale: #B8B8B8. Windows color (decimal): -11605046 or 13298510. OLE color: 13298510.
HSL color Cylindrical-coordinate representation of color #4EEBCA: hue angle of 167.39º 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 #4EEBCA is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 78 | 235 | 202 | - |
| CMYK | 0.67 | 0 | 0.14 | 0.08 |
| HSL | 167.39º | 0.8% | 0.61% | - |
| HSV(B) | 167.39º | 0.67% | 0.92% | - |
| XYZ | 43.51 | 65.3 | 66.19 | - |
| YUV | 184.3 | 137.99 | 52.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 235 | 202 | 0.67 | 0 | 0.14 | 0.08 | 167.39 | 0.8 | 0.61 |
| Hex | 4E | EB | CA | 43 | 0 | E | 8 | A7 | 50 | 3D |
| Octal | 116 | 353 | 312 | 103 | 0 | 16 | 10 | 247 | 120 | 75 |
| Binary | 1001110 | 11101011 | 11001010 | 1000011 | 0 | 1110 | 1000 | 10100111 | 1010000 | 111101 |
Color Harmonies of #4EEBCA
Complementary color
Monochromatic Colors of #4EEBCA
Black with #4EEBCA
Text Example
Text Example
White with #4EEBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEBCA; }
p { color: rgb(78,235,202); }
H1.HeaderClassName
{
color: #4EEBCA;
}
.AnyTagClassName
{
color: #4EEBCA;
}
</style>
background-color css
<style>
a { background-color: #4EEBCA; }
a { background-color: rgb(78,235,202); }
div.DivClassName
{
background-color: #4EEBCA;
}
.BgClassName
{
background-color: #4EEBCA;
}
</style>
border-color css
<style>
span { border-color: #4EEBCA; }
span { border-color: rgb(78,235,202); }
td.TdClassName
{
border-color: #4EEBCA;
}
.TagClassName
{
border-color: #4EEBCA;
}
</style>