Shades of Turquoise #4DFBE7
Tints of Turquoise #4DFBE7
RGB
CMYK
RGB Variations
Color information
#4DFBE7 (or 0x4DFBE7) is known color: Turquoise. HEX triplet: 4D, FB and E7. RGB value is (77,251,231). Sum of RGB (Red+Green+Blue) = 77+251+231=559 (74% of max value = 765). Red value is 77 (30.47% from 255 or 13.77% from 559); Green value is 251 (98.44% from 255 or 44.90% from 559); Blue value is 231 (90.62% from 255 or 41.32% from 559); Max value from RGB is 251 - color contains mainly: green. Hex color #4DFBE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DFBE7 is #B20418. Grayscale: #C4C4C4. Windows color (decimal): -11666457 or 15203149. OLE color: 15203149.
HSL color Cylindrical-coordinate representation of color #4DFBE7: hue angle of 173.1º 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 #4DFBE7 is Cyan = 0.69, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 251 | 231 | - |
| CMYK | 0.69 | 0 | 0.08 | 0.02 |
| HSL | 173.1º | 0.96% | 0.64% | - |
| HSV(B) | 173.1º | 0.69% | 0.98% | - |
| XYZ | 51.98 | 76.34 | 87.6 | - |
| YUV | 196.69 | 147.35 | 42.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 251 | 231 | 0.69 | 0 | 0.08 | 0.02 | 173.1 | 0.96 | 0.64 |
| Hex | 4D | FB | E7 | 45 | 0 | 8 | 2 | AD | 60 | 40 |
| Octal | 115 | 373 | 347 | 105 | 0 | 10 | 2 | 255 | 140 | 100 |
| Binary | 1001101 | 11111011 | 11100111 | 1000101 | 0 | 1000 | 10 | 10101101 | 1100000 | 1000000 |
Color Harmonies of #4DFBE7
Complementary color
Monochromatic Colors of #4DFBE7
Black with #4DFBE7
Text Example
Text Example
White with #4DFBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFBE7; }
p { color: rgb(77,251,231); }
H1.HeaderClassName
{
color: #4DFBE7;
}
.AnyTagClassName
{
color: #4DFBE7;
}
</style>
background-color css
<style>
a { background-color: #4DFBE7; }
a { background-color: rgb(77,251,231); }
div.DivClassName
{
background-color: #4DFBE7;
}
.BgClassName
{
background-color: #4DFBE7;
}
</style>
border-color css
<style>
span { border-color: #4DFBE7; }
span { border-color: rgb(77,251,231); }
td.TdClassName
{
border-color: #4DFBE7;
}
.TagClassName
{
border-color: #4DFBE7;
}
</style>