Shades of Turquoise #4DFBE3
Tints of Turquoise #4DFBE3
RGB
CMYK
RGB Variations
Color information
#4DFBE3 (or 0x4DFBE3) is known color: Turquoise. HEX triplet: 4D, FB and E3. RGB value is (77,251,227). Sum of RGB (Red+Green+Blue) = 77+251+227=555 (73% of max value = 765). Red value is 77 (30.47% from 255 or 13.87% from 555); Green value is 251 (98.44% from 255 or 45.23% from 555); Blue value is 227 (89.06% from 255 or 40.90% from 555); Max value from RGB is 251 - color contains mainly: green. Hex color #4DFBE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFBE3 is #B2041C. Grayscale: #C4C4C4. Windows color (decimal): -11666461 or 14941005. OLE color: 14941005.
HSL color Cylindrical-coordinate representation of color #4DFBE3: hue angle of 171.72º 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 #4DFBE3 is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 251 | 227 | - |
| CMYK | 0.69 | 0 | 0.10 | 0.02 |
| HSL | 171.72º | 0.96% | 0.64% | - |
| HSV(B) | 171.72º | 0.69% | 0.98% | - |
| XYZ | 51.42 | 76.12 | 84.66 | - |
| YUV | 196.24 | 145.35 | 42.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 251 | 227 | 0.69 | 0 | 0.10 | 0.02 | 171.72 | 0.96 | 0.64 |
| Hex | 4D | FB | E3 | 45 | 0 | A | 2 | AC | 60 | 40 |
| Octal | 115 | 373 | 343 | 105 | 0 | 12 | 2 | 254 | 140 | 100 |
| Binary | 1001101 | 11111011 | 11100011 | 1000101 | 0 | 1010 | 10 | 10101100 | 1100000 | 1000000 |
Color Harmonies of #4DFBE3
Complementary color
Monochromatic Colors of #4DFBE3
Black with #4DFBE3
Text Example
Text Example
White with #4DFBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFBE3; }
p { color: rgb(77,251,227); }
H1.HeaderClassName
{
color: #4DFBE3;
}
.AnyTagClassName
{
color: #4DFBE3;
}
</style>
background-color css
<style>
a { background-color: #4DFBE3; }
a { background-color: rgb(77,251,227); }
div.DivClassName
{
background-color: #4DFBE3;
}
.BgClassName
{
background-color: #4DFBE3;
}
</style>
border-color css
<style>
span { border-color: #4DFBE3; }
span { border-color: rgb(77,251,227); }
td.TdClassName
{
border-color: #4DFBE3;
}
.TagClassName
{
border-color: #4DFBE3;
}
</style>