Shades of Medium Turquoise #4FD0DB
Tints of Medium Turquoise #4FD0DB
RGB
CMYK
RGB Variations
Color information
#4FD0DB (or 0x4FD0DB) is known color: Medium Turquoise. HEX triplet: 4F, D0 and DB. RGB value is (79,208,219). Sum of RGB (Red+Green+Blue) = 79+208+219=506 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.61% from 506); Green value is 208 (81.64% from 255 or 41.11% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #4FD0DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FD0DB is #B02F24. Grayscale: #AAAAAA. Windows color (decimal): -11546405 or 14405711. OLE color: 14405711.
HSL color Cylindrical-coordinate representation of color #4FD0DB: hue angle of 184.71º 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 #4FD0DB is Cyan = 0.64, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 208 | 219 | - |
| CMYK | 0.64 | 0.05 | 0 | 0.14 |
| HSL | 184.71º | 0.66% | 0.58% | - |
| HSV(B) | 184.71º | 0.64% | 0.86% | - |
| XYZ | 38.57 | 51.89 | 75 | - |
| YUV | 170.68 | 155.26 | 62.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 208 | 219 | 0.64 | 0.05 | 0 | 0.14 | 184.71 | 0.66 | 0.58 |
| Hex | 4F | D0 | DB | 40 | 5 | 0 | E | B9 | 42 | 3A |
| Octal | 117 | 320 | 333 | 100 | 5 | 0 | 16 | 271 | 102 | 72 |
| Binary | 1001111 | 11010000 | 11011011 | 1000000 | 101 | 0 | 1110 | 10111001 | 1000010 | 111010 |
Color Harmonies of #4FD0DB
Complementary color
Monochromatic Colors of #4FD0DB
Black with #4FD0DB
Text Example
Text Example
White with #4FD0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FD0DB; }
p { color: rgb(79,208,219); }
H1.HeaderClassName
{
color: #4FD0DB;
}
.AnyTagClassName
{
color: #4FD0DB;
}
</style>
background-color css
<style>
a { background-color: #4FD0DB; }
a { background-color: rgb(79,208,219); }
div.DivClassName
{
background-color: #4FD0DB;
}
.BgClassName
{
background-color: #4FD0DB;
}
</style>
border-color css
<style>
span { border-color: #4FD0DB; }
span { border-color: rgb(79,208,219); }
td.TdClassName
{
border-color: #4FD0DB;
}
.TagClassName
{
border-color: #4FD0DB;
}
</style>