Shades of Medium Turquoise #4FCCCD
Tints of Medium Turquoise #4FCCCD
RGB
CMYK
RGB Variations
Color information
#4FCCCD (or 0x4FCCCD) is known color: Medium Turquoise. HEX triplet: 4F, CC and CD. RGB value is (79,204,205). Sum of RGB (Red+Green+Blue) = 79+204+205=488 (64% of max value = 765). Red value is 79 (31.25% from 255 or 16.19% from 488); Green value is 204 (80.08% from 255 or 41.80% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 205 - color contains mainly: blue. Hex color #4FCCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCCCD is #B03332. Grayscale: #A6A6A6. Windows color (decimal): -11547443 or 13487183. OLE color: 13487183.
HSL color Cylindrical-coordinate representation of color #4FCCCD: hue angle of 180.48º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4FCCCD is Cyan = 0.61, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 204 | 205 | - |
| CMYK | 0.61 | 0.00 | 0 | 0.20 |
| HSL | 180.48º | 0.56% | 0.56% | - |
| HSV(B) | 180.48º | 0.61% | 0.8% | - |
| XYZ | 35.84 | 49.26 | 65.38 | - |
| YUV | 166.74 | 149.59 | 65.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 204 | 205 | 0.61 | 0.00 | 0 | 0.20 | 180.48 | 0.56 | 0.56 |
| Hex | 4F | CC | CD | 3D | 0 | 0 | 14 | B4 | 38 | 38 |
| Octal | 117 | 314 | 315 | 75 | 0 | 0 | 24 | 264 | 70 | 70 |
| Binary | 1001111 | 11001100 | 11001101 | 111101 | 0 | 0 | 10100 | 10110100 | 111000 | 111000 |
Color Harmonies of #4FCCCD
Complementary color
Monochromatic Colors of #4FCCCD
Black with #4FCCCD
Text Example
Text Example
White with #4FCCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCCCD; }
p { color: rgb(79,204,205); }
H1.HeaderClassName
{
color: #4FCCCD;
}
.AnyTagClassName
{
color: #4FCCCD;
}
</style>
background-color css
<style>
a { background-color: #4FCCCD; }
a { background-color: rgb(79,204,205); }
div.DivClassName
{
background-color: #4FCCCD;
}
.BgClassName
{
background-color: #4FCCCD;
}
</style>
border-color css
<style>
span { border-color: #4FCCCD; }
span { border-color: rgb(79,204,205); }
td.TdClassName
{
border-color: #4FCCCD;
}
.TagClassName
{
border-color: #4FCCCD;
}
</style>