Shades of Turquoise #4DFBD3
Tints of Turquoise #4DFBD3
RGB
CMYK
RGB Variations
Color information
#4DFBD3 (or 0x4DFBD3) is known color: Turquoise. HEX triplet: 4D, FB and D3. RGB value is (77,251,211). Sum of RGB (Red+Green+Blue) = 77+251+211=539 (71% of max value = 765). Red value is 77 (30.47% from 255 or 14.29% from 539); Green value is 251 (98.44% from 255 or 46.57% from 539); Blue value is 211 (82.81% from 255 or 39.15% from 539); Max value from RGB is 251 - color contains mainly: green. Hex color #4DFBD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFBD3 is #B2042C. Grayscale: #C2C2C2. Windows color (decimal): -11666477 or 13892429. OLE color: 13892429.
HSL color Cylindrical-coordinate representation of color #4DFBD3: hue angle of 166.21º 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 #4DFBD3 is Cyan = 0.69, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 251 | 211 | - |
| CMYK | 0.69 | 0 | 0.16 | 0.02 |
| HSL | 166.21º | 0.96% | 0.64% | - |
| HSV(B) | 166.21º | 0.69% | 0.98% | - |
| XYZ | 49.32 | 75.28 | 73.56 | - |
| YUV | 194.41 | 137.35 | 44.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 251 | 211 | 0.69 | 0 | 0.16 | 0.02 | 166.21 | 0.96 | 0.64 |
| Hex | 4D | FB | D3 | 45 | 0 | 10 | 2 | A6 | 60 | 40 |
| Octal | 115 | 373 | 323 | 105 | 0 | 20 | 2 | 246 | 140 | 100 |
| Binary | 1001101 | 11111011 | 11010011 | 1000101 | 0 | 10000 | 10 | 10100110 | 1100000 | 1000000 |
Color Harmonies of #4DFBD3
Complementary color
Monochromatic Colors of #4DFBD3
Black with #4DFBD3
Text Example
Text Example
White with #4DFBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFBD3; }
p { color: rgb(77,251,211); }
H1.HeaderClassName
{
color: #4DFBD3;
}
.AnyTagClassName
{
color: #4DFBD3;
}
</style>
background-color css
<style>
a { background-color: #4DFBD3; }
a { background-color: rgb(77,251,211); }
div.DivClassName
{
background-color: #4DFBD3;
}
.BgClassName
{
background-color: #4DFBD3;
}
</style>
border-color css
<style>
span { border-color: #4DFBD3; }
span { border-color: rgb(77,251,211); }
td.TdClassName
{
border-color: #4DFBD3;
}
.TagClassName
{
border-color: #4DFBD3;
}
</style>