Shades of Turquoise #4DFADB
Tints of Turquoise #4DFADB
RGB
CMYK
RGB Variations
Color information
#4DFADB (or 0x4DFADB) is known color: Turquoise. HEX triplet: 4D, FA and DB. RGB value is (77,250,219). Sum of RGB (Red+Green+Blue) = 77+250+219=546 (72% of max value = 765). Red value is 77 (30.47% from 255 or 14.10% from 546); Green value is 250 (98.05% from 255 or 45.79% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 250 - color contains mainly: green. Hex color #4DFADB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFADB is #B20524. Grayscale: #C2C2C2. Windows color (decimal): -11666725 or 14416461. OLE color: 14416461.
HSL color Cylindrical-coordinate representation of color #4DFADB: hue angle of 169.25º degrees, saturation: 0.95, 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 #4DFADB is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 250 | 219 | - |
| CMYK | 0.69 | 0 | 0.12 | 0.02 |
| HSL | 169.25º | 0.95% | 0.64% | - |
| HSV(B) | 169.25º | 0.69% | 0.98% | - |
| XYZ | 50.03 | 75.06 | 78.87 | - |
| YUV | 194.74 | 141.69 | 44.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 250 | 219 | 0.69 | 0 | 0.12 | 0.02 | 169.25 | 0.95 | 0.64 |
| Hex | 4D | FA | DB | 45 | 0 | C | 2 | A9 | 5F | 40 |
| Octal | 115 | 372 | 333 | 105 | 0 | 14 | 2 | 251 | 137 | 100 |
| Binary | 1001101 | 11111010 | 11011011 | 1000101 | 0 | 1100 | 10 | 10101001 | 1011111 | 1000000 |
Color Harmonies of #4DFADB
Complementary color
Monochromatic Colors of #4DFADB
Black with #4DFADB
Text Example
Text Example
White with #4DFADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFADB; }
p { color: rgb(77,250,219); }
H1.HeaderClassName
{
color: #4DFADB;
}
.AnyTagClassName
{
color: #4DFADB;
}
</style>
background-color css
<style>
a { background-color: #4DFADB; }
a { background-color: rgb(77,250,219); }
div.DivClassName
{
background-color: #4DFADB;
}
.BgClassName
{
background-color: #4DFADB;
}
</style>
border-color css
<style>
span { border-color: #4DFADB; }
span { border-color: rgb(77,250,219); }
td.TdClassName
{
border-color: #4DFADB;
}
.TagClassName
{
border-color: #4DFADB;
}
</style>