Shades of Turquoise #4DFBCE
Tints of Turquoise #4DFBCE
RGB
CMYK
RGB Variations
Color information
#4DFBCE (or 0x4DFBCE) is known color: Turquoise. HEX triplet: 4D, FB and CE. RGB value is (77,251,206). Sum of RGB (Red+Green+Blue) = 77+251+206=534 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.42% from 534); Green value is 251 (98.44% from 255 or 47.00% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 251 - color contains mainly: green. Hex color #4DFBCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFBCE is #B20431. Grayscale: #C1C1C1. Windows color (decimal): -11666482 or 13564749. OLE color: 13564749.
HSL color Cylindrical-coordinate representation of color #4DFBCE: hue angle of 164.48º degrees, saturation: 0.96, 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 #4DFBCE is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 251 | 206 | - |
| CMYK | 0.69 | 0 | 0.18 | 0.02 |
| HSL | 164.48º | 0.96% | 0.64% | - |
| HSV(B) | 164.48º | 0.69% | 0.98% | - |
| XYZ | 48.7 | 75.03 | 70.31 | - |
| YUV | 193.84 | 134.85 | 44.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 251 | 206 | 0.69 | 0 | 0.18 | 0.02 | 164.48 | 0.96 | 0.64 |
| Hex | 4D | FB | CE | 45 | 0 | 12 | 2 | A4 | 60 | 40 |
| Octal | 115 | 373 | 316 | 105 | 0 | 22 | 2 | 244 | 140 | 100 |
| Binary | 1001101 | 11111011 | 11001110 | 1000101 | 0 | 10010 | 10 | 10100100 | 1100000 | 1000000 |
Color Harmonies of #4DFBCE
Complementary color
Monochromatic Colors of #4DFBCE
Black with #4DFBCE
Text Example
Text Example
White with #4DFBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFBCE; }
p { color: rgb(77,251,206); }
H1.HeaderClassName
{
color: #4DFBCE;
}
.AnyTagClassName
{
color: #4DFBCE;
}
</style>
background-color css
<style>
a { background-color: #4DFBCE; }
a { background-color: rgb(77,251,206); }
div.DivClassName
{
background-color: #4DFBCE;
}
.BgClassName
{
background-color: #4DFBCE;
}
</style>
border-color css
<style>
span { border-color: #4DFBCE; }
span { border-color: rgb(77,251,206); }
td.TdClassName
{
border-color: #4DFBCE;
}
.TagClassName
{
border-color: #4DFBCE;
}
</style>