Shades of Turquoise #4EFCC9
Tints of Turquoise #4EFCC9
RGB
CMYK
RGB Variations
Color information
#4EFCC9 (or 0x4EFCC9) is known color: Turquoise. HEX triplet: 4E, FC and C9. RGB value is (78,252,201). Sum of RGB (Red+Green+Blue) = 78+252+201=531 (70% of max value = 765). Red value is 78 (30.86% from 255 or 14.69% from 531); Green value is 252 (98.83% from 255 or 47.46% from 531); Blue value is 201 (78.91% from 255 or 37.85% from 531); Max value from RGB is 252 - color contains mainly: green. Hex color #4EFCC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFCC9 is #B10336. Grayscale: #C2C2C2. Windows color (decimal): -11600695 or 13237326. OLE color: 13237326.
HSL color Cylindrical-coordinate representation of color #4EFCC9: hue angle of 162.41º 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 #4EFCC9 is Cyan = 0.69, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 78 | 252 | 201 | - |
| CMYK | 0.69 | 0 | 0.20 | 0.01 |
| HSL | 162.41º | 0.97% | 0.65% | - |
| HSV(B) | 162.41º | 0.69% | 0.99% | - |
| XYZ | 48.49 | 75.46 | 67.27 | - |
| YUV | 194.16 | 131.85 | 45.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 252 | 201 | 0.69 | 0 | 0.20 | 0.01 | 162.41 | 0.97 | 0.65 |
| Hex | 4E | FC | C9 | 45 | 0 | 14 | 1 | A2 | 61 | 41 |
| Octal | 116 | 374 | 311 | 105 | 0 | 24 | 1 | 242 | 141 | 101 |
| Binary | 1001110 | 11111100 | 11001001 | 1000101 | 0 | 10100 | 1 | 10100010 | 1100001 | 1000001 |
Color Harmonies of #4EFCC9
Complementary color
Monochromatic Colors of #4EFCC9
Black with #4EFCC9
Text Example
Text Example
White with #4EFCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFCC9; }
p { color: rgb(78,252,201); }
H1.HeaderClassName
{
color: #4EFCC9;
}
.AnyTagClassName
{
color: #4EFCC9;
}
</style>
background-color css
<style>
a { background-color: #4EFCC9; }
a { background-color: rgb(78,252,201); }
div.DivClassName
{
background-color: #4EFCC9;
}
.BgClassName
{
background-color: #4EFCC9;
}
</style>
border-color css
<style>
span { border-color: #4EFCC9; }
span { border-color: rgb(78,252,201); }
td.TdClassName
{
border-color: #4EFCC9;
}
.TagClassName
{
border-color: #4EFCC9;
}
</style>