Shades of Medium Turquoise #4FCDDB
Tints of Medium Turquoise #4FCDDB
RGB
CMYK
RGB Variations
Color information
#4FCDDB (or 0x4FCDDB) is known color: Medium Turquoise. HEX triplet: 4F, CD and DB. RGB value is (79,205,219). Sum of RGB (Red+Green+Blue) = 79+205+219=503 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.71% from 503); Green value is 205 (80.47% from 255 or 40.76% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #4FCDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCDDB is #B03224. Grayscale: #A8A8A8. Windows color (decimal): -11547173 or 14404943. OLE color: 14404943.
HSL color Cylindrical-coordinate representation of color #4FCDDB: hue angle of 186º 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 #4FCDDB is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 205 | 219 | - |
| CMYK | 0.64 | 0.06 | 0 | 0.14 |
| HSL | 186º | 0.66% | 0.58% | - |
| HSV(B) | 186º | 0.64% | 0.86% | - |
| XYZ | 37.84 | 50.44 | 74.76 | - |
| YUV | 168.92 | 156.26 | 63.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 205 | 219 | 0.64 | 0.06 | 0 | 0.14 | 186 | 0.66 | 0.58 |
| Hex | 4F | CD | DB | 40 | 6 | 0 | E | BA | 42 | 3A |
| Octal | 117 | 315 | 333 | 100 | 6 | 0 | 16 | 272 | 102 | 72 |
| Binary | 1001111 | 11001101 | 11011011 | 1000000 | 110 | 0 | 1110 | 10111010 | 1000010 | 111010 |
Color Harmonies of #4FCDDB
Complementary color
Monochromatic Colors of #4FCDDB
Black with #4FCDDB
Text Example
Text Example
White with #4FCDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCDDB; }
p { color: rgb(79,205,219); }
H1.HeaderClassName
{
color: #4FCDDB;
}
.AnyTagClassName
{
color: #4FCDDB;
}
</style>
background-color css
<style>
a { background-color: #4FCDDB; }
a { background-color: rgb(79,205,219); }
div.DivClassName
{
background-color: #4FCDDB;
}
.BgClassName
{
background-color: #4FCDDB;
}
</style>
border-color css
<style>
span { border-color: #4FCDDB; }
span { border-color: rgb(79,205,219); }
td.TdClassName
{
border-color: #4FCDDB;
}
.TagClassName
{
border-color: #4FCDDB;
}
</style>