Shades of Medium Turquoise #4FC3CC
Tints of Medium Turquoise #4FC3CC
RGB
CMYK
RGB Variations
Color information
#4FC3CC (or 0x4FC3CC) is known color: Medium Turquoise. HEX triplet: 4F, C3 and CC. RGB value is (79,195,204). Sum of RGB (Red+Green+Blue) = 79+195+204=478 (63% of max value = 765). Red value is 79 (31.25% from 255 or 16.53% from 478); Green value is 195 (76.56% from 255 or 40.79% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #4FC3CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FC3CC is #B03C33. Grayscale: #A1A1A1. Windows color (decimal): -11549748 or 13419343. OLE color: 13419343.
HSL color Cylindrical-coordinate representation of color #4FC3CC: hue angle of 184.32º 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 #4FC3CC is Cyan = 0.61, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 79 | 195 | 204 | - |
| CMYK | 0.61 | 0.04 | 0 | 0.2 |
| HSL | 184.32º | 0.55% | 0.55% | - |
| HSV(B) | 184.32º | 0.61% | 0.8% | - |
| XYZ | 33.64 | 45.05 | 64.05 | - |
| YUV | 161.34 | 152.07 | 69.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 195 | 204 | 0.61 | 0.04 | 0 | 0.2 | 184.32 | 0.55 | 0.55 |
| Hex | 4F | C3 | CC | 3D | 4 | 0 | 14 | B8 | 37 | 37 |
| Octal | 117 | 303 | 314 | 75 | 4 | 0 | 24 | 270 | 67 | 67 |
| Binary | 1001111 | 11000011 | 11001100 | 111101 | 100 | 0 | 10100 | 10111000 | 110111 | 110111 |
Color Harmonies of #4FC3CC
Complementary color
Monochromatic Colors of #4FC3CC
Black with #4FC3CC
Text Example
Text Example
White with #4FC3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FC3CC; }
p { color: rgb(79,195,204); }
H1.HeaderClassName
{
color: #4FC3CC;
}
.AnyTagClassName
{
color: #4FC3CC;
}
</style>
background-color css
<style>
a { background-color: #4FC3CC; }
a { background-color: rgb(79,195,204); }
div.DivClassName
{
background-color: #4FC3CC;
}
.BgClassName
{
background-color: #4FC3CC;
}
</style>
border-color css
<style>
span { border-color: #4FC3CC; }
span { border-color: rgb(79,195,204); }
td.TdClassName
{
border-color: #4FC3CC;
}
.TagClassName
{
border-color: #4FC3CC;
}
</style>