Shades of Turquoise #4EEFD3
Tints of Turquoise #4EEFD3
RGB
CMYK
RGB Variations
Color information
#4EEFD3 (or 0x4EEFD3) is known color: Turquoise. HEX triplet: 4E, EF and D3. RGB value is (78,239,211). Sum of RGB (Red+Green+Blue) = 78+239+211=528 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.77% from 528); Green value is 239 (93.75% from 255 or 45.27% from 528); Blue value is 211 (82.81% from 255 or 39.96% from 528); Max value from RGB is 239 - color contains mainly: green. Hex color #4EEFD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEFD3 is #B1102C. Grayscale: #BBBBBB. Windows color (decimal): -11604013 or 13889358. OLE color: 13889358.
HSL color Cylindrical-coordinate representation of color #4EEFD3: hue angle of 169.57º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EEFD3 is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 78 | 239 | 211 | - |
| CMYK | 0.67 | 0 | 0.12 | 0.06 |
| HSL | 169.57º | 0.83% | 0.62% | - |
| HSV(B) | 169.57º | 0.67% | 0.94% | - |
| XYZ | 45.77 | 68.06 | 72.35 | - |
| YUV | 187.67 | 141.16 | 49.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 239 | 211 | 0.67 | 0 | 0.12 | 0.06 | 169.57 | 0.83 | 0.62 |
| Hex | 4E | EF | D3 | 43 | 0 | C | 6 | AA | 53 | 3E |
| Octal | 116 | 357 | 323 | 103 | 0 | 14 | 6 | 252 | 123 | 76 |
| Binary | 1001110 | 11101111 | 11010011 | 1000011 | 0 | 1100 | 110 | 10101010 | 1010011 | 111110 |
Color Harmonies of #4EEFD3
Complementary color
Monochromatic Colors of #4EEFD3
Black with #4EEFD3
Text Example
Text Example
White with #4EEFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEFD3; }
p { color: rgb(78,239,211); }
H1.HeaderClassName
{
color: #4EEFD3;
}
.AnyTagClassName
{
color: #4EEFD3;
}
</style>
background-color css
<style>
a { background-color: #4EEFD3; }
a { background-color: rgb(78,239,211); }
div.DivClassName
{
background-color: #4EEFD3;
}
.BgClassName
{
background-color: #4EEFD3;
}
</style>
border-color css
<style>
span { border-color: #4EEFD3; }
span { border-color: rgb(78,239,211); }
td.TdClassName
{
border-color: #4EEFD3;
}
.TagClassName
{
border-color: #4EEFD3;
}
</style>