Shades of Medium Turquoise #4FCCE6
Tints of Medium Turquoise #4FCCE6
RGB
CMYK
RGB Variations
Color information
#4FCCE6 (or 0x4FCCE6) is known color: Medium Turquoise. HEX triplet: 4F, CC and E6. RGB value is (79,204,230). Sum of RGB (Red+Green+Blue) = 79+204+230=513 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.40% from 513); Green value is 204 (80.08% from 255 or 39.77% from 513); Blue value is 230 (90.23% from 255 or 44.83% from 513); Max value from RGB is 230 - color contains mainly: blue. Hex color #4FCCE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FCCE6 is #B03319. Grayscale: #A9A9A9. Windows color (decimal): -11547418 or 15125583. OLE color: 15125583.
HSL color Cylindrical-coordinate representation of color #4FCCE6: hue angle of 190.33º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4FCCE6 is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 79 | 204 | 230 | - |
| CMYK | 0.66 | 0.11 | 0 | 0.10 |
| HSL | 190.33º | 0.75% | 0.61% | - |
| HSV(B) | 190.33º | 0.66% | 0.9% | - |
| XYZ | 39.1 | 50.56 | 82.56 | - |
| YUV | 169.59 | 162.09 | 63.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 204 | 230 | 0.66 | 0.11 | 0 | 0.10 | 190.33 | 0.75 | 0.61 |
| Hex | 4F | CC | E6 | 42 | B | 0 | A | BE | 4B | 3D |
| Octal | 117 | 314 | 346 | 102 | 13 | 0 | 12 | 276 | 113 | 75 |
| Binary | 1001111 | 11001100 | 11100110 | 1000010 | 1011 | 0 | 1010 | 10111110 | 1001011 | 111101 |
Color Harmonies of #4FCCE6
Complementary color
Monochromatic Colors of #4FCCE6
Black with #4FCCE6
Text Example
Text Example
White with #4FCCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCCE6; }
p { color: rgb(79,204,230); }
H1.HeaderClassName
{
color: #4FCCE6;
}
.AnyTagClassName
{
color: #4FCCE6;
}
</style>
background-color css
<style>
a { background-color: #4FCCE6; }
a { background-color: rgb(79,204,230); }
div.DivClassName
{
background-color: #4FCCE6;
}
.BgClassName
{
background-color: #4FCCE6;
}
</style>
border-color css
<style>
span { border-color: #4FCCE6; }
span { border-color: rgb(79,204,230); }
td.TdClassName
{
border-color: #4FCCE6;
}
.TagClassName
{
border-color: #4FCCE6;
}
</style>