Shades of Turquoise #4DFBE2
Tints of Turquoise #4DFBE2
RGB
CMYK
RGB Variations
Color information
#4DFBE2 (or 0x4DFBE2) is known color: Turquoise. HEX triplet: 4D, FB and E2. RGB value is (77,251,226). Sum of RGB (Red+Green+Blue) = 77+251+226=554 (73% of max value = 765). Red value is 77 (30.47% from 255 or 13.90% from 554); Green value is 251 (98.44% from 255 or 45.31% from 554); Blue value is 226 (88.67% from 255 or 40.79% from 554); Max value from RGB is 251 - color contains mainly: green. Hex color #4DFBE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFBE2 is #B2041D. Grayscale: #C4C4C4. Windows color (decimal): -11666462 or 14875469. OLE color: 14875469.
HSL color Cylindrical-coordinate representation of color #4DFBE2: hue angle of 171.38º 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 #4DFBE2 is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 251 | 226 | - |
| CMYK | 0.69 | 0 | 0.10 | 0.02 |
| HSL | 171.38º | 0.96% | 0.64% | - |
| HSV(B) | 171.38º | 0.69% | 0.98% | - |
| XYZ | 51.29 | 76.06 | 83.93 | - |
| YUV | 196.12 | 144.85 | 43.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 251 | 226 | 0.69 | 0 | 0.10 | 0.02 | 171.38 | 0.96 | 0.64 |
| Hex | 4D | FB | E2 | 45 | 0 | A | 2 | AB | 60 | 40 |
| Octal | 115 | 373 | 342 | 105 | 0 | 12 | 2 | 253 | 140 | 100 |
| Binary | 1001101 | 11111011 | 11100010 | 1000101 | 0 | 1010 | 10 | 10101011 | 1100000 | 1000000 |
Color Harmonies of #4DFBE2
Complementary color
Monochromatic Colors of #4DFBE2
Black with #4DFBE2
Text Example
Text Example
White with #4DFBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFBE2; }
p { color: rgb(77,251,226); }
H1.HeaderClassName
{
color: #4DFBE2;
}
.AnyTagClassName
{
color: #4DFBE2;
}
</style>
background-color css
<style>
a { background-color: #4DFBE2; }
a { background-color: rgb(77,251,226); }
div.DivClassName
{
background-color: #4DFBE2;
}
.BgClassName
{
background-color: #4DFBE2;
}
</style>
border-color css
<style>
span { border-color: #4DFBE2; }
span { border-color: rgb(77,251,226); }
td.TdClassName
{
border-color: #4DFBE2;
}
.TagClassName
{
border-color: #4DFBE2;
}
</style>