Shades of Medium Turquoise #4FCBDB
Tints of Medium Turquoise #4FCBDB
RGB
CMYK
RGB Variations
Color information
#4FCBDB (or 0x4FCBDB) is known color: Medium Turquoise. HEX triplet: 4F, CB and DB. RGB value is (79,203,219). Sum of RGB (Red+Green+Blue) = 79+203+219=501 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.77% from 501); Green value is 203 (79.69% from 255 or 40.52% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #4FCBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCBDB is #B03424. Grayscale: #A7A7A7. Windows color (decimal): -11547685 or 14404431. OLE color: 14404431.
HSL color Cylindrical-coordinate representation of color #4FCBDB: hue angle of 186.86º 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 #4FCBDB is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 203 | 219 | - |
| CMYK | 0.64 | 0.07 | 0 | 0.14 |
| HSL | 186.86º | 0.66% | 0.58% | - |
| HSV(B) | 186.86º | 0.64% | 0.86% | - |
| XYZ | 37.37 | 49.49 | 74.6 | - |
| YUV | 167.75 | 156.92 | 64.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 203 | 219 | 0.64 | 0.07 | 0 | 0.14 | 186.86 | 0.66 | 0.58 |
| Hex | 4F | CB | DB | 40 | 7 | 0 | E | BB | 42 | 3A |
| Octal | 117 | 313 | 333 | 100 | 7 | 0 | 16 | 273 | 102 | 72 |
| Binary | 1001111 | 11001011 | 11011011 | 1000000 | 111 | 0 | 1110 | 10111011 | 1000010 | 111010 |
Color Harmonies of #4FCBDB
Complementary color
Monochromatic Colors of #4FCBDB
Black with #4FCBDB
Text Example
Text Example
White with #4FCBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCBDB; }
p { color: rgb(79,203,219); }
H1.HeaderClassName
{
color: #4FCBDB;
}
.AnyTagClassName
{
color: #4FCBDB;
}
</style>
background-color css
<style>
a { background-color: #4FCBDB; }
a { background-color: rgb(79,203,219); }
div.DivClassName
{
background-color: #4FCBDB;
}
.BgClassName
{
background-color: #4FCBDB;
}
</style>
border-color css
<style>
span { border-color: #4FCBDB; }
span { border-color: rgb(79,203,219); }
td.TdClassName
{
border-color: #4FCBDB;
}
.TagClassName
{
border-color: #4FCBDB;
}
</style>