Shades of Turquoise #4EFCC3
Tints of Turquoise #4EFCC3
RGB
CMYK
RGB Variations
Color information
#4EFCC3 (or 0x4EFCC3) is known color: Turquoise. HEX triplet: 4E, FC and C3. RGB value is (78,252,195). Sum of RGB (Red+Green+Blue) = 78+252+195=525 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.86% from 525); Green value is 252 (98.83% from 255 or 48% from 525); Blue value is 195 (76.56% from 255 or 37.14% from 525); Max value from RGB is 252 - color contains mainly: green. Hex color #4EFCC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFCC3 is #B1033C. Grayscale: #C1C1C1. Windows color (decimal): -11600701 or 12844110. OLE color: 12844110.
HSL color Cylindrical-coordinate representation of color #4EFCC3: hue angle of 160.34º 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 #4EFCC3 is Cyan = 0.69, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 78 | 252 | 195 | - |
| CMYK | 0.69 | 0 | 0.23 | 0.01 |
| HSL | 160.34º | 0.97% | 0.65% | - |
| HSV(B) | 160.34º | 0.69% | 0.99% | - |
| XYZ | 47.8 | 75.18 | 63.62 | - |
| YUV | 193.48 | 128.85 | 45.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 252 | 195 | 0.69 | 0 | 0.23 | 0.01 | 160.34 | 0.97 | 0.65 |
| Hex | 4E | FC | C3 | 45 | 0 | 17 | 1 | A0 | 61 | 41 |
| Octal | 116 | 374 | 303 | 105 | 0 | 27 | 1 | 240 | 141 | 101 |
| Binary | 1001110 | 11111100 | 11000011 | 1000101 | 0 | 10111 | 1 | 10100000 | 1100001 | 1000001 |
Color Harmonies of #4EFCC3
Complementary color
Monochromatic Colors of #4EFCC3
Black with #4EFCC3
Text Example
Text Example
White with #4EFCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFCC3; }
p { color: rgb(78,252,195); }
H1.HeaderClassName
{
color: #4EFCC3;
}
.AnyTagClassName
{
color: #4EFCC3;
}
</style>
background-color css
<style>
a { background-color: #4EFCC3; }
a { background-color: rgb(78,252,195); }
div.DivClassName
{
background-color: #4EFCC3;
}
.BgClassName
{
background-color: #4EFCC3;
}
</style>
border-color css
<style>
span { border-color: #4EFCC3; }
span { border-color: rgb(78,252,195); }
td.TdClassName
{
border-color: #4EFCC3;
}
.TagClassName
{
border-color: #4EFCC3;
}
</style>