Shades of Turquoise #4EEED3
Tints of Turquoise #4EEED3
RGB
CMYK
RGB Variations
Color information
#4EEED3 (or 0x4EEED3) is known color: Turquoise. HEX triplet: 4E, EE and D3. RGB value is (78,238,211). Sum of RGB (Red+Green+Blue) = 78+238+211=527 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.80% from 527); Green value is 238 (93.36% from 255 or 45.16% from 527); Blue value is 211 (82.81% from 255 or 40.04% from 527); Max value from RGB is 238 - color contains mainly: green. Hex color #4EEED3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEED3 is #B1112C. Grayscale: #BBBBBB. Windows color (decimal): -11604269 or 13889102. OLE color: 13889102.
HSL color Cylindrical-coordinate representation of color #4EEED3: hue angle of 169.88º 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 #4EEED3 is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 238 | 211 | - |
| CMYK | 0.67 | 0 | 0.11 | 0.07 |
| HSL | 169.88º | 0.82% | 0.62% | - |
| HSV(B) | 169.88º | 0.67% | 0.93% | - |
| XYZ | 45.47 | 67.47 | 72.25 | - |
| YUV | 187.08 | 141.49 | 50.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 238 | 211 | 0.67 | 0 | 0.11 | 0.07 | 169.88 | 0.82 | 0.62 |
| Hex | 4E | EE | D3 | 43 | 0 | B | 7 | AA | 52 | 3E |
| Octal | 116 | 356 | 323 | 103 | 0 | 13 | 7 | 252 | 122 | 76 |
| Binary | 1001110 | 11101110 | 11010011 | 1000011 | 0 | 1011 | 111 | 10101010 | 1010010 | 111110 |
Color Harmonies of #4EEED3
Complementary color
Monochromatic Colors of #4EEED3
Black with #4EEED3
Text Example
Text Example
White with #4EEED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEED3; }
p { color: rgb(78,238,211); }
H1.HeaderClassName
{
color: #4EEED3;
}
.AnyTagClassName
{
color: #4EEED3;
}
</style>
background-color css
<style>
a { background-color: #4EEED3; }
a { background-color: rgb(78,238,211); }
div.DivClassName
{
background-color: #4EEED3;
}
.BgClassName
{
background-color: #4EEED3;
}
</style>
border-color css
<style>
span { border-color: #4EEED3; }
span { border-color: rgb(78,238,211); }
td.TdClassName
{
border-color: #4EEED3;
}
.TagClassName
{
border-color: #4EEED3;
}
</style>