Shades of Medium Turquoise #4FCBDD
Tints of Medium Turquoise #4FCBDD
RGB
CMYK
RGB Variations
Color information
#4FCBDD (or 0x4FCBDD) is known color: Medium Turquoise. HEX triplet: 4F, CB and DD. RGB value is (79,203,221). Sum of RGB (Red+Green+Blue) = 79+203+221=503 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.71% from 503); Green value is 203 (79.69% from 255 or 40.36% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 221 - color contains mainly: blue. Hex color #4FCBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCBDD is #B03422. Grayscale: #A7A7A7. Windows color (decimal): -11547683 or 14535503. OLE color: 14535503.
HSL color Cylindrical-coordinate representation of color #4FCBDD: hue angle of 187.61º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FCBDD is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 203 | 221 | - |
| CMYK | 0.64 | 0.08 | 0 | 0.13 |
| HSL | 187.61º | 0.68% | 0.59% | - |
| HSV(B) | 187.61º | 0.64% | 0.87% | - |
| XYZ | 37.63 | 49.59 | 76 | - |
| YUV | 167.98 | 157.92 | 64.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 203 | 221 | 0.64 | 0.08 | 0 | 0.13 | 187.61 | 0.68 | 0.59 |
| Hex | 4F | CB | DD | 40 | 8 | 0 | D | BC | 44 | 3B |
| Octal | 117 | 313 | 335 | 100 | 10 | 0 | 15 | 274 | 104 | 73 |
| Binary | 1001111 | 11001011 | 11011101 | 1000000 | 1000 | 0 | 1101 | 10111100 | 1000100 | 111011 |
Color Harmonies of #4FCBDD
Complementary color
Monochromatic Colors of #4FCBDD
Black with #4FCBDD
Text Example
Text Example
White with #4FCBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCBDD; }
p { color: rgb(79,203,221); }
H1.HeaderClassName
{
color: #4FCBDD;
}
.AnyTagClassName
{
color: #4FCBDD;
}
</style>
background-color css
<style>
a { background-color: #4FCBDD; }
a { background-color: rgb(79,203,221); }
div.DivClassName
{
background-color: #4FCBDD;
}
.BgClassName
{
background-color: #4FCBDD;
}
</style>
border-color css
<style>
span { border-color: #4FCBDD; }
span { border-color: rgb(79,203,221); }
td.TdClassName
{
border-color: #4FCBDD;
}
.TagClassName
{
border-color: #4FCBDD;
}
</style>