Shades of Turquoise #4EEAC1
Tints of Turquoise #4EEAC1
RGB
CMYK
RGB Variations
Color information
#4EEAC1 (or 0x4EEAC1) is known color: Turquoise. HEX triplet: 4E, EA and C1. RGB value is (78,234,193). Sum of RGB (Red+Green+Blue) = 78+234+193=505 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.45% from 505); Green value is 234 (91.80% from 255 or 46.34% from 505); Blue value is 193 (75.78% from 255 or 38.22% from 505); Max value from RGB is 234 - color contains mainly: green. Hex color #4EEAC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEAC1 is #B1153E. Grayscale: #B6B6B6. Windows color (decimal): -11605311 or 12708430. OLE color: 12708430.
HSL color Cylindrical-coordinate representation of color #4EEAC1: hue angle of 164.23º degrees, saturation: 0.79, 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 #4EEAC1 is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 78 | 234 | 193 | - |
| CMYK | 0.67 | 0 | 0.18 | 0.08 |
| HSL | 164.23º | 0.79% | 0.61% | - |
| HSV(B) | 164.23º | 0.67% | 0.92% | - |
| XYZ | 42.19 | 64.32 | 60.64 | - |
| YUV | 182.68 | 133.82 | 53.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 234 | 193 | 0.67 | 0 | 0.18 | 0.08 | 164.23 | 0.79 | 0.61 |
| Hex | 4E | EA | C1 | 43 | 0 | 12 | 8 | A4 | 4F | 3D |
| Octal | 116 | 352 | 301 | 103 | 0 | 22 | 10 | 244 | 117 | 75 |
| Binary | 1001110 | 11101010 | 11000001 | 1000011 | 0 | 10010 | 1000 | 10100100 | 1001111 | 111101 |
Color Harmonies of #4EEAC1
Complementary color
Monochromatic Colors of #4EEAC1
Black with #4EEAC1
Text Example
Text Example
White with #4EEAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEAC1; }
p { color: rgb(78,234,193); }
H1.HeaderClassName
{
color: #4EEAC1;
}
.AnyTagClassName
{
color: #4EEAC1;
}
</style>
background-color css
<style>
a { background-color: #4EEAC1; }
a { background-color: rgb(78,234,193); }
div.DivClassName
{
background-color: #4EEAC1;
}
.BgClassName
{
background-color: #4EEAC1;
}
</style>
border-color css
<style>
span { border-color: #4EEAC1; }
span { border-color: rgb(78,234,193); }
td.TdClassName
{
border-color: #4EEAC1;
}
.TagClassName
{
border-color: #4EEAC1;
}
</style>