Shades of Turquoise #4EEEBC
Tints of Turquoise #4EEEBC
RGB
CMYK
RGB Variations
Color information
#4EEEBC (or 0x4EEEBC) is known color: Turquoise. HEX triplet: 4E, EE and BC. RGB value is (78,238,188). Sum of RGB (Red+Green+Blue) = 78+238+188=504 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.48% from 504); Green value is 238 (93.36% from 255 or 47.22% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 238 - color contains mainly: green. Hex color #4EEEBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEEBC is #B11143. Grayscale: #B8B8B8. Windows color (decimal): -11604292 or 12381774. OLE color: 12381774.
HSL color Cylindrical-coordinate representation of color #4EEEBC: hue angle of 161.25º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EEEBC is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 238 | 188 | - |
| CMYK | 0.67 | 0 | 0.21 | 0.07 |
| HSL | 161.25º | 0.82% | 0.62% | - |
| HSV(B) | 161.25º | 0.67% | 0.93% | - |
| XYZ | 42.79 | 66.4 | 58.14 | - |
| YUV | 184.46 | 129.99 | 52.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 238 | 188 | 0.67 | 0 | 0.21 | 0.07 | 161.25 | 0.82 | 0.62 |
| Hex | 4E | EE | BC | 43 | 0 | 15 | 7 | A1 | 52 | 3E |
| Octal | 116 | 356 | 274 | 103 | 0 | 25 | 7 | 241 | 122 | 76 |
| Binary | 1001110 | 11101110 | 10111100 | 1000011 | 0 | 10101 | 111 | 10100001 | 1010010 | 111110 |
Color Harmonies of #4EEEBC
Complementary color
Monochromatic Colors of #4EEEBC
Black with #4EEEBC
Text Example
Text Example
White with #4EEEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEEBC; }
p { color: rgb(78,238,188); }
H1.HeaderClassName
{
color: #4EEEBC;
}
.AnyTagClassName
{
color: #4EEEBC;
}
</style>
background-color css
<style>
a { background-color: #4EEEBC; }
a { background-color: rgb(78,238,188); }
div.DivClassName
{
background-color: #4EEEBC;
}
.BgClassName
{
background-color: #4EEEBC;
}
</style>
border-color css
<style>
span { border-color: #4EEEBC; }
span { border-color: rgb(78,238,188); }
td.TdClassName
{
border-color: #4EEEBC;
}
.TagClassName
{
border-color: #4EEEBC;
}
</style>