Shades of Medium Turquoise #4FCCCA
Tints of Medium Turquoise #4FCCCA
RGB
CMYK
RGB Variations
Color information
#4FCCCA (or 0x4FCCCA) is known color: Medium Turquoise. HEX triplet: 4F, CC and CA. RGB value is (79,204,202). Sum of RGB (Red+Green+Blue) = 79+204+202=485 (64% of max value = 765). Red value is 79 (31.25% from 255 or 16.29% from 485); Green value is 204 (80.08% from 255 or 42.06% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 204 - color contains mainly: green. Hex color #4FCCCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCCCA is #B03335. Grayscale: #A6A6A6. Windows color (decimal): -11547446 or 13290575. OLE color: 13290575.
HSL color Cylindrical-coordinate representation of color #4FCCCA: hue angle of 179.04º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4FCCCA is Cyan = 0.61, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 79 | 204 | 202 | - |
| CMYK | 0.61 | 0 | 0.01 | 0.2 |
| HSL | 179.04º | 0.55% | 0.55% | - |
| HSV(B) | 179.04º | 0.61% | 0.8% | - |
| XYZ | 35.48 | 49.11 | 63.49 | - |
| YUV | 166.4 | 148.09 | 65.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 204 | 202 | 0.61 | 0 | 0.01 | 0.2 | 179.04 | 0.55 | 0.55 |
| Hex | 4F | CC | CA | 3D | 0 | 1 | 14 | B3 | 37 | 37 |
| Octal | 117 | 314 | 312 | 75 | 0 | 1 | 24 | 263 | 67 | 67 |
| Binary | 1001111 | 11001100 | 11001010 | 111101 | 0 | 1 | 10100 | 10110011 | 110111 | 110111 |
Color Harmonies of #4FCCCA
Complementary color
Monochromatic Colors of #4FCCCA
Black with #4FCCCA
Text Example
Text Example
White with #4FCCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCCCA; }
p { color: rgb(79,204,202); }
H1.HeaderClassName
{
color: #4FCCCA;
}
.AnyTagClassName
{
color: #4FCCCA;
}
</style>
background-color css
<style>
a { background-color: #4FCCCA; }
a { background-color: rgb(79,204,202); }
div.DivClassName
{
background-color: #4FCCCA;
}
.BgClassName
{
background-color: #4FCCCA;
}
</style>
border-color css
<style>
span { border-color: #4FCCCA; }
span { border-color: rgb(79,204,202); }
td.TdClassName
{
border-color: #4FCCCA;
}
.TagClassName
{
border-color: #4FCCCA;
}
</style>