Shades of Medium Turquoise #4FCCDD
Tints of Medium Turquoise #4FCCDD
RGB
CMYK
RGB Variations
Color information
#4FCCDD (or 0x4FCCDD) is known color: Medium Turquoise. HEX triplet: 4F, CC and DD. RGB value is (79,204,221). Sum of RGB (Red+Green+Blue) = 79+204+221=504 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.67% from 504); Green value is 204 (80.08% from 255 or 40.48% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #4FCCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCCDD is #B03322. Grayscale: #A8A8A8. Windows color (decimal): -11547427 or 14535759. OLE color: 14535759.
HSL color Cylindrical-coordinate representation of color #4FCCDD: hue angle of 187.18º 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 #4FCCDD is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 204 | 221 | - |
| CMYK | 0.64 | 0.08 | 0 | 0.13 |
| HSL | 187.18º | 0.68% | 0.59% | - |
| HSV(B) | 187.18º | 0.64% | 0.87% | - |
| XYZ | 37.87 | 50.07 | 76.07 | - |
| YUV | 168.56 | 157.59 | 64.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 204 | 221 | 0.64 | 0.08 | 0 | 0.13 | 187.18 | 0.68 | 0.59 |
| Hex | 4F | CC | DD | 40 | 8 | 0 | D | BB | 44 | 3B |
| Octal | 117 | 314 | 335 | 100 | 10 | 0 | 15 | 273 | 104 | 73 |
| Binary | 1001111 | 11001100 | 11011101 | 1000000 | 1000 | 0 | 1101 | 10111011 | 1000100 | 111011 |
Color Harmonies of #4FCCDD
Complementary color
Monochromatic Colors of #4FCCDD
Black with #4FCCDD
Text Example
Text Example
White with #4FCCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCCDD; }
p { color: rgb(79,204,221); }
H1.HeaderClassName
{
color: #4FCCDD;
}
.AnyTagClassName
{
color: #4FCCDD;
}
</style>
background-color css
<style>
a { background-color: #4FCCDD; }
a { background-color: rgb(79,204,221); }
div.DivClassName
{
background-color: #4FCCDD;
}
.BgClassName
{
background-color: #4FCCDD;
}
</style>
border-color css
<style>
span { border-color: #4FCCDD; }
span { border-color: rgb(79,204,221); }
td.TdClassName
{
border-color: #4FCCDD;
}
.TagClassName
{
border-color: #4FCCDD;
}
</style>