Shades of Turquoise #4DF8B9
Tints of Turquoise #4DF8B9
RGB
CMYK
RGB Variations
Color information
#4DF8B9 (or 0x4DF8B9) is known color: Turquoise. HEX triplet: 4D, F8 and B9. RGB value is (77,248,185). Sum of RGB (Red+Green+Blue) = 77+248+185=510 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.10% from 510); Green value is 248 (97.27% from 255 or 48.63% from 510); Blue value is 185 (72.66% from 255 or 36.27% from 510); Max value from RGB is 248 - color contains mainly: green. Hex color #4DF8B9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DF8B9 is #B20746. Grayscale: #BDBDBD. Windows color (decimal): -11667271 or 12187725. OLE color: 12187725.
HSL color Cylindrical-coordinate representation of color #4DF8B9: hue angle of 157.89º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DF8B9 is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 77 | 248 | 185 | - |
| CMYK | 0.69 | 0 | 0.25 | 0.03 |
| HSL | 157.89º | 0.92% | 0.64% | - |
| HSV(B) | 157.89º | 0.69% | 0.97% | - |
| XYZ | 45.38 | 72.22 | 57.45 | - |
| YUV | 189.69 | 125.35 | 47.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 248 | 185 | 0.69 | 0 | 0.25 | 0.03 | 157.89 | 0.92 | 0.64 |
| Hex | 4D | F8 | B9 | 45 | 0 | 19 | 3 | 9E | 5C | 40 |
| Octal | 115 | 370 | 271 | 105 | 0 | 31 | 3 | 236 | 134 | 100 |
| Binary | 1001101 | 11111000 | 10111001 | 1000101 | 0 | 11001 | 11 | 10011110 | 1011100 | 1000000 |
Color Harmonies of #4DF8B9
Complementary color
Monochromatic Colors of #4DF8B9
Black with #4DF8B9
Text Example
Text Example
White with #4DF8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF8B9; }
p { color: rgb(77,248,185); }
H1.HeaderClassName
{
color: #4DF8B9;
}
.AnyTagClassName
{
color: #4DF8B9;
}
</style>
background-color css
<style>
a { background-color: #4DF8B9; }
a { background-color: rgb(77,248,185); }
div.DivClassName
{
background-color: #4DF8B9;
}
.BgClassName
{
background-color: #4DF8B9;
}
</style>
border-color css
<style>
span { border-color: #4DF8B9; }
span { border-color: rgb(77,248,185); }
td.TdClassName
{
border-color: #4DF8B9;
}
.TagClassName
{
border-color: #4DF8B9;
}
</style>