Shades of Turquoise #4EFECB
Tints of Turquoise #4EFECB
RGB
CMYK
RGB Variations
Color information
#4EFECB (or 0x4EFECB) is known color: Turquoise. HEX triplet: 4E, FE and CB. RGB value is (78,254,203). Sum of RGB (Red+Green+Blue) = 78+254+203=535 (70% of max value = 765). Red value is 78 (30.86% from 255 or 14.58% from 535); Green value is 254 (99.61% from 255 or 47.48% from 535); Blue value is 203 (79.69% from 255 or 37.94% from 535); Max value from RGB is 254 - color contains mainly: green. Hex color #4EFECB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFECB is #B10134. Grayscale: #C3C3C3. Windows color (decimal): -11600181 or 13368910. OLE color: 13368910.
HSL color Cylindrical-coordinate representation of color #4EFECB: hue angle of 162.61º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EFECB is Cyan = 0.69, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 78 | 254 | 203 | - |
| CMYK | 0.69 | 0 | 0.20 | 0.00 |
| HSL | 162.61º | 0.99% | 0.65% | - |
| HSV(B) | 162.61º | 0.69% | 1% | - |
| XYZ | 49.36 | 76.82 | 68.73 | - |
| YUV | 195.56 | 132.19 | 44.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 254 | 203 | 0.69 | 0 | 0.20 | 0.00 | 162.61 | 0.99 | 0.65 |
| Hex | 4E | FE | CB | 45 | 0 | 14 | 0 | A3 | 63 | 41 |
| Octal | 116 | 376 | 313 | 105 | 0 | 24 | 0 | 243 | 143 | 101 |
| Binary | 1001110 | 11111110 | 11001011 | 1000101 | 0 | 10100 | 0 | 10100011 | 1100011 | 1000001 |
Color Harmonies of #4EFECB
Complementary color
Monochromatic Colors of #4EFECB
Black with #4EFECB
Text Example
Text Example
White with #4EFECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFECB; }
p { color: rgb(78,254,203); }
H1.HeaderClassName
{
color: #4EFECB;
}
.AnyTagClassName
{
color: #4EFECB;
}
</style>
background-color css
<style>
a { background-color: #4EFECB; }
a { background-color: rgb(78,254,203); }
div.DivClassName
{
background-color: #4EFECB;
}
.BgClassName
{
background-color: #4EFECB;
}
</style>
border-color css
<style>
span { border-color: #4EFECB; }
span { border-color: rgb(78,254,203); }
td.TdClassName
{
border-color: #4EFECB;
}
.TagClassName
{
border-color: #4EFECB;
}
</style>