Shades of Turquoise #4EFDCB
Tints of Turquoise #4EFDCB
RGB
CMYK
RGB Variations
Color information
#4EFDCB (or 0x4EFDCB) is known color: Turquoise. HEX triplet: 4E, FD and CB. RGB value is (78,253,203). Sum of RGB (Red+Green+Blue) = 78+253+203=534 (70% of max value = 765). Red value is 78 (30.86% from 255 or 14.61% from 534); Green value is 253 (99.22% from 255 or 47.38% from 534); Blue value is 203 (79.69% from 255 or 38.01% from 534); Max value from RGB is 253 - color contains mainly: green. Hex color #4EFDCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFDCB is #B10234. Grayscale: #C3C3C3. Windows color (decimal): -11600437 or 13368654. OLE color: 13368654.
HSL color Cylindrical-coordinate representation of color #4EFDCB: hue angle of 162.86º degrees, saturation: 0.98, 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 #4EFDCB is Cyan = 0.69, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 78 | 253 | 203 | - |
| CMYK | 0.69 | 0 | 0.20 | 0.01 |
| HSL | 162.86º | 0.98% | 0.65% | - |
| HSV(B) | 162.86º | 0.69% | 0.99% | - |
| XYZ | 49.05 | 76.18 | 68.62 | - |
| YUV | 194.98 | 132.52 | 44.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 253 | 203 | 0.69 | 0 | 0.20 | 0.01 | 162.86 | 0.98 | 0.65 |
| Hex | 4E | FD | CB | 45 | 0 | 14 | 1 | A3 | 62 | 41 |
| Octal | 116 | 375 | 313 | 105 | 0 | 24 | 1 | 243 | 142 | 101 |
| Binary | 1001110 | 11111101 | 11001011 | 1000101 | 0 | 10100 | 1 | 10100011 | 1100010 | 1000001 |
Color Harmonies of #4EFDCB
Complementary color
Monochromatic Colors of #4EFDCB
Black with #4EFDCB
Text Example
Text Example
White with #4EFDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFDCB; }
p { color: rgb(78,253,203); }
H1.HeaderClassName
{
color: #4EFDCB;
}
.AnyTagClassName
{
color: #4EFDCB;
}
</style>
background-color css
<style>
a { background-color: #4EFDCB; }
a { background-color: rgb(78,253,203); }
div.DivClassName
{
background-color: #4EFDCB;
}
.BgClassName
{
background-color: #4EFDCB;
}
</style>
border-color css
<style>
span { border-color: #4EFDCB; }
span { border-color: rgb(78,253,203); }
td.TdClassName
{
border-color: #4EFDCB;
}
.TagClassName
{
border-color: #4EFDCB;
}
</style>