Shades of Turquoise #4EFCDD
Tints of Turquoise #4EFCDD
RGB
CMYK
RGB Variations
Color information
#4EFCDD (or 0x4EFCDD) is known color: Turquoise. HEX triplet: 4E, FC and DD. RGB value is (78,252,221). Sum of RGB (Red+Green+Blue) = 78+252+221=551 (72% of max value = 765). Red value is 78 (30.86% from 255 or 14.16% from 551); Green value is 252 (98.83% from 255 or 45.74% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 252 - color contains mainly: green. Hex color #4EFCDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFCDD is #B10322. Grayscale: #C4C4C4. Windows color (decimal): -11600675 or 14548046. OLE color: 14548046.
HSL color Cylindrical-coordinate representation of color #4EFCDD: hue angle of 169.31º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EFCDD is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 78 | 252 | 221 | - |
| CMYK | 0.69 | 0 | 0.12 | 0.01 |
| HSL | 169.31º | 0.97% | 0.65% | - |
| HSV(B) | 169.31º | 0.69% | 0.99% | - |
| XYZ | 51 | 76.46 | 80.48 | - |
| YUV | 196.44 | 141.85 | 43.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 252 | 221 | 0.69 | 0 | 0.12 | 0.01 | 169.31 | 0.97 | 0.65 |
| Hex | 4E | FC | DD | 45 | 0 | C | 1 | A9 | 61 | 41 |
| Octal | 116 | 374 | 335 | 105 | 0 | 14 | 1 | 251 | 141 | 101 |
| Binary | 1001110 | 11111100 | 11011101 | 1000101 | 0 | 1100 | 1 | 10101001 | 1100001 | 1000001 |
Color Harmonies of #4EFCDD
Complementary color
Monochromatic Colors of #4EFCDD
Black with #4EFCDD
Text Example
Text Example
White with #4EFCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFCDD; }
p { color: rgb(78,252,221); }
H1.HeaderClassName
{
color: #4EFCDD;
}
.AnyTagClassName
{
color: #4EFCDD;
}
</style>
background-color css
<style>
a { background-color: #4EFCDD; }
a { background-color: rgb(78,252,221); }
div.DivClassName
{
background-color: #4EFCDD;
}
.BgClassName
{
background-color: #4EFCDD;
}
</style>
border-color css
<style>
span { border-color: #4EFCDD; }
span { border-color: rgb(78,252,221); }
td.TdClassName
{
border-color: #4EFCDD;
}
.TagClassName
{
border-color: #4EFCDD;
}
</style>