Shades of Medium Turquoise #4FCFDB
Tints of Medium Turquoise #4FCFDB
RGB
CMYK
RGB Variations
Color information
#4FCFDB (or 0x4FCFDB) is known color: Medium Turquoise. HEX triplet: 4F, CF and DB. RGB value is (79,207,219). Sum of RGB (Red+Green+Blue) = 79+207+219=505 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.64% from 505); Green value is 207 (81.25% from 255 or 40.99% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #4FCFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCFDB is #B03024. Grayscale: #A9A9A9. Windows color (decimal): -11546661 or 14405455. OLE color: 14405455.
HSL color Cylindrical-coordinate representation of color #4FCFDB: hue angle of 185.14º 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 #4FCFDB is Cyan = 0.64, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 207 | 219 | - |
| CMYK | 0.64 | 0.05 | 0 | 0.14 |
| HSL | 185.14º | 0.66% | 0.58% | - |
| HSV(B) | 185.14º | 0.64% | 0.86% | - |
| XYZ | 38.32 | 51.4 | 74.92 | - |
| YUV | 170.1 | 155.59 | 63.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 207 | 219 | 0.64 | 0.05 | 0 | 0.14 | 185.14 | 0.66 | 0.58 |
| Hex | 4F | CF | DB | 40 | 5 | 0 | E | B9 | 42 | 3A |
| Octal | 117 | 317 | 333 | 100 | 5 | 0 | 16 | 271 | 102 | 72 |
| Binary | 1001111 | 11001111 | 11011011 | 1000000 | 101 | 0 | 1110 | 10111001 | 1000010 | 111010 |
Color Harmonies of #4FCFDB
Complementary color
Monochromatic Colors of #4FCFDB
Black with #4FCFDB
Text Example
Text Example
White with #4FCFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCFDB; }
p { color: rgb(79,207,219); }
H1.HeaderClassName
{
color: #4FCFDB;
}
.AnyTagClassName
{
color: #4FCFDB;
}
</style>
background-color css
<style>
a { background-color: #4FCFDB; }
a { background-color: rgb(79,207,219); }
div.DivClassName
{
background-color: #4FCFDB;
}
.BgClassName
{
background-color: #4FCFDB;
}
</style>
border-color css
<style>
span { border-color: #4FCFDB; }
span { border-color: rgb(79,207,219); }
td.TdClassName
{
border-color: #4FCFDB;
}
.TagClassName
{
border-color: #4FCFDB;
}
</style>