Shades of Turquoise #4DFBE8
Tints of Turquoise #4DFBE8
RGB
CMYK
RGB Variations
Color information
#4DFBE8 (or 0x4DFBE8) is known color: Turquoise. HEX triplet: 4D, FB and E8. RGB value is (77,251,232). Sum of RGB (Red+Green+Blue) = 77+251+232=560 (74% of max value = 765). Red value is 77 (30.47% from 255 or 13.75% from 560); Green value is 251 (98.44% from 255 or 44.82% from 560); Blue value is 232 (91.02% from 255 or 41.43% from 560); Max value from RGB is 251 - color contains mainly: green. Hex color #4DFBE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DFBE8 is #B20417. Grayscale: #C4C4C4. Windows color (decimal): -11666456 or 15268685. OLE color: 15268685.
HSL color Cylindrical-coordinate representation of color #4DFBE8: hue angle of 173.45º 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 #4DFBE8 is Cyan = 0.69, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 251 | 232 | - |
| CMYK | 0.69 | 0 | 0.08 | 0.02 |
| HSL | 173.45º | 0.96% | 0.64% | - |
| HSV(B) | 173.45º | 0.69% | 0.98% | - |
| XYZ | 52.12 | 76.4 | 88.34 | - |
| YUV | 196.81 | 147.85 | 42.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 251 | 232 | 0.69 | 0 | 0.08 | 0.02 | 173.45 | 0.96 | 0.64 |
| Hex | 4D | FB | E8 | 45 | 0 | 8 | 2 | AD | 60 | 40 |
| Octal | 115 | 373 | 350 | 105 | 0 | 10 | 2 | 255 | 140 | 100 |
| Binary | 1001101 | 11111011 | 11101000 | 1000101 | 0 | 1000 | 10 | 10101101 | 1100000 | 1000000 |
Color Harmonies of #4DFBE8
Complementary color
Monochromatic Colors of #4DFBE8
Black with #4DFBE8
Text Example
Text Example
White with #4DFBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFBE8; }
p { color: rgb(77,251,232); }
H1.HeaderClassName
{
color: #4DFBE8;
}
.AnyTagClassName
{
color: #4DFBE8;
}
</style>
background-color css
<style>
a { background-color: #4DFBE8; }
a { background-color: rgb(77,251,232); }
div.DivClassName
{
background-color: #4DFBE8;
}
.BgClassName
{
background-color: #4DFBE8;
}
</style>
border-color css
<style>
span { border-color: #4DFBE8; }
span { border-color: rgb(77,251,232); }
td.TdClassName
{
border-color: #4DFBE8;
}
.TagClassName
{
border-color: #4DFBE8;
}
</style>