Shades of Medium Turquoise #4FDADB
Tints of Medium Turquoise #4FDADB
RGB
CMYK
RGB Variations
Color information
#4FDADB (or 0x4FDADB) is known color: Medium Turquoise. HEX triplet: 4F, DA and DB. RGB value is (79,218,219). Sum of RGB (Red+Green+Blue) = 79+218+219=516 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.31% from 516); Green value is 218 (85.55% from 255 or 42.25% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #4FDADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDADB is #B02524. Grayscale: #B0B0B0. Windows color (decimal): -11543845 or 14408271. OLE color: 14408271.
HSL color Cylindrical-coordinate representation of color #4FDADB: hue angle of 180.43º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FDADB is Cyan = 0.64, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 218 | 219 | - |
| CMYK | 0.64 | 0.00 | 0 | 0.14 |
| HSL | 180.43º | 0.66% | 0.58% | - |
| HSV(B) | 180.43º | 0.64% | 0.86% | - |
| XYZ | 41.08 | 56.92 | 75.84 | - |
| YUV | 176.55 | 151.95 | 58.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 218 | 219 | 0.64 | 0.00 | 0 | 0.14 | 180.43 | 0.66 | 0.58 |
| Hex | 4F | DA | DB | 40 | 0 | 0 | E | B4 | 42 | 3A |
| Octal | 117 | 332 | 333 | 100 | 0 | 0 | 16 | 264 | 102 | 72 |
| Binary | 1001111 | 11011010 | 11011011 | 1000000 | 0 | 0 | 1110 | 10110100 | 1000010 | 111010 |
Color Harmonies of #4FDADB
Complementary color
Monochromatic Colors of #4FDADB
Black with #4FDADB
Text Example
Text Example
White with #4FDADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDADB; }
p { color: rgb(79,218,219); }
H1.HeaderClassName
{
color: #4FDADB;
}
.AnyTagClassName
{
color: #4FDADB;
}
</style>
background-color css
<style>
a { background-color: #4FDADB; }
a { background-color: rgb(79,218,219); }
div.DivClassName
{
background-color: #4FDADB;
}
.BgClassName
{
background-color: #4FDADB;
}
</style>
border-color css
<style>
span { border-color: #4FDADB; }
span { border-color: rgb(79,218,219); }
td.TdClassName
{
border-color: #4FDADB;
}
.TagClassName
{
border-color: #4FDADB;
}
</style>