Shades of Turquoise #4DFACE
Tints of Turquoise #4DFACE
RGB
CMYK
RGB Variations
Color information
#4DFACE (or 0x4DFACE) is known color: Turquoise. HEX triplet: 4D, FA and CE. RGB value is (77,250,206). Sum of RGB (Red+Green+Blue) = 77+250+206=533 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.45% from 533); Green value is 250 (98.05% from 255 or 46.90% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 250 - color contains mainly: green. Hex color #4DFACE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFACE is #B20531. Grayscale: #C1C1C1. Windows color (decimal): -11666738 or 13564493. OLE color: 13564493.
HSL color Cylindrical-coordinate representation of color #4DFACE: hue angle of 164.74º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DFACE is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 250 | 206 | - |
| CMYK | 0.69 | 0 | 0.18 | 0.02 |
| HSL | 164.74º | 0.95% | 0.64% | - |
| HSV(B) | 164.74º | 0.69% | 0.98% | - |
| XYZ | 48.39 | 74.41 | 70.2 | - |
| YUV | 193.26 | 135.19 | 45.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 250 | 206 | 0.69 | 0 | 0.18 | 0.02 | 164.74 | 0.95 | 0.64 |
| Hex | 4D | FA | CE | 45 | 0 | 12 | 2 | A5 | 5F | 40 |
| Octal | 115 | 372 | 316 | 105 | 0 | 22 | 2 | 245 | 137 | 100 |
| Binary | 1001101 | 11111010 | 11001110 | 1000101 | 0 | 10010 | 10 | 10100101 | 1011111 | 1000000 |
Color Harmonies of #4DFACE
Complementary color
Monochromatic Colors of #4DFACE
Black with #4DFACE
Text Example
Text Example
White with #4DFACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFACE; }
p { color: rgb(77,250,206); }
H1.HeaderClassName
{
color: #4DFACE;
}
.AnyTagClassName
{
color: #4DFACE;
}
</style>
background-color css
<style>
a { background-color: #4DFACE; }
a { background-color: rgb(77,250,206); }
div.DivClassName
{
background-color: #4DFACE;
}
.BgClassName
{
background-color: #4DFACE;
}
</style>
border-color css
<style>
span { border-color: #4DFACE; }
span { border-color: rgb(77,250,206); }
td.TdClassName
{
border-color: #4DFACE;
}
.TagClassName
{
border-color: #4DFACE;
}
</style>