Shades of Turquoise #4EEEC1
Tints of Turquoise #4EEEC1
RGB
CMYK
RGB Variations
Color information
#4EEEC1 (or 0x4EEEC1) is known color: Turquoise. HEX triplet: 4E, EE and C1. RGB value is (78,238,193). Sum of RGB (Red+Green+Blue) = 78+238+193=509 (67% of max value = 765). Red value is 78 (30.86% from 255 or 15.32% from 509); Green value is 238 (93.36% from 255 or 46.76% from 509); Blue value is 193 (75.78% from 255 or 37.92% from 509); Max value from RGB is 238 - color contains mainly: green. Hex color #4EEEC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEEC1 is #B1113E. Grayscale: #B9B9B9. Windows color (decimal): -11604287 or 12709454. OLE color: 12709454.
HSL color Cylindrical-coordinate representation of color #4EEEC1: hue angle of 163.12º 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 #4EEEC1 is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 238 | 193 | - |
| CMYK | 0.67 | 0 | 0.19 | 0.07 |
| HSL | 163.13º | 0.82% | 0.62% | - |
| HSV(B) | 163.13º | 0.67% | 0.93% | - |
| XYZ | 43.34 | 66.62 | 61.03 | - |
| YUV | 185.03 | 132.49 | 51.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 238 | 193 | 0.67 | 0 | 0.19 | 0.07 | 163.13 | 0.82 | 0.62 |
| Hex | 4E | EE | C1 | 43 | 0 | 13 | 7 | A3 | 52 | 3E |
| Octal | 116 | 356 | 301 | 103 | 0 | 23 | 7 | 243 | 122 | 76 |
| Binary | 1001110 | 11101110 | 11000001 | 1000011 | 0 | 10011 | 111 | 10100011 | 1010010 | 111110 |
Color Harmonies of #4EEEC1
Complementary color
Monochromatic Colors of #4EEEC1
Black with #4EEEC1
Text Example
Text Example
White with #4EEEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEEC1; }
p { color: rgb(78,238,193); }
H1.HeaderClassName
{
color: #4EEEC1;
}
.AnyTagClassName
{
color: #4EEEC1;
}
</style>
background-color css
<style>
a { background-color: #4EEEC1; }
a { background-color: rgb(78,238,193); }
div.DivClassName
{
background-color: #4EEEC1;
}
.BgClassName
{
background-color: #4EEEC1;
}
</style>
border-color css
<style>
span { border-color: #4EEEC1; }
span { border-color: rgb(78,238,193); }
td.TdClassName
{
border-color: #4EEEC1;
}
.TagClassName
{
border-color: #4EEEC1;
}
</style>