Shades of Medium Turquoise #4FCCE3
Tints of Medium Turquoise #4FCCE3
RGB
CMYK
RGB Variations
Color information
#4FCCE3 (or 0x4FCCE3) is known color: Medium Turquoise. HEX triplet: 4F, CC and E3. RGB value is (79,204,227). Sum of RGB (Red+Green+Blue) = 79+204+227=510 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.49% from 510); Green value is 204 (80.08% from 255 or 40% from 510); Blue value is 227 (89.06% from 255 or 44.51% from 510); Max value from RGB is 227 - color contains mainly: blue. Hex color #4FCCE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCCE3 is #B0331C. Grayscale: #A9A9A9. Windows color (decimal): -11547421 or 14928975. OLE color: 14928975.
HSL color Cylindrical-coordinate representation of color #4FCCE3: hue angle of 189.32º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4FCCE3 is Cyan = 0.65, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 79 | 204 | 227 | - |
| CMYK | 0.65 | 0.10 | 0 | 0.11 |
| HSL | 189.32º | 0.73% | 0.6% | - |
| HSV(B) | 189.32º | 0.65% | 0.89% | - |
| XYZ | 38.68 | 50.39 | 80.36 | - |
| YUV | 169.25 | 160.59 | 63.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 204 | 227 | 0.65 | 0.10 | 0 | 0.11 | 189.32 | 0.73 | 0.6 |
| Hex | 4F | CC | E3 | 41 | A | 0 | B | BD | 49 | 3C |
| Octal | 117 | 314 | 343 | 101 | 12 | 0 | 13 | 275 | 111 | 74 |
| Binary | 1001111 | 11001100 | 11100011 | 1000001 | 1010 | 0 | 1011 | 10111101 | 1001001 | 111100 |
Color Harmonies of #4FCCE3
Complementary color
Monochromatic Colors of #4FCCE3
Black with #4FCCE3
Text Example
Text Example
White with #4FCCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCCE3; }
p { color: rgb(79,204,227); }
H1.HeaderClassName
{
color: #4FCCE3;
}
.AnyTagClassName
{
color: #4FCCE3;
}
</style>
background-color css
<style>
a { background-color: #4FCCE3; }
a { background-color: rgb(79,204,227); }
div.DivClassName
{
background-color: #4FCCE3;
}
.BgClassName
{
background-color: #4FCCE3;
}
</style>
border-color css
<style>
span { border-color: #4FCCE3; }
span { border-color: rgb(79,204,227); }
td.TdClassName
{
border-color: #4FCCE3;
}
.TagClassName
{
border-color: #4FCCE3;
}
</style>