Shades of Medium Turquoise #4FCDE6
Tints of Medium Turquoise #4FCDE6
RGB
CMYK
RGB Variations
Color information
#4FCDE6 (or 0x4FCDE6) is known color: Medium Turquoise. HEX triplet: 4F, CD and E6. RGB value is (79,205,230). Sum of RGB (Red+Green+Blue) = 79+205+230=514 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.37% from 514); Green value is 205 (80.47% from 255 or 39.88% from 514); Blue value is 230 (90.23% from 255 or 44.75% from 514); Max value from RGB is 230 - color contains mainly: blue. Hex color #4FCDE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FCDE6 is #B03219. Grayscale: #A9A9A9. Windows color (decimal): -11547162 or 15125839. OLE color: 15125839.
HSL color Cylindrical-coordinate representation of color #4FCDE6: hue angle of 189.93º 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 #4FCDE6 is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 79 | 205 | 230 | - |
| CMYK | 0.66 | 0.11 | 0 | 0.10 |
| HSL | 189.93º | 0.75% | 0.61% | - |
| HSV(B) | 189.93º | 0.66% | 0.9% | - |
| XYZ | 39.34 | 51.04 | 82.64 | - |
| YUV | 170.18 | 161.76 | 62.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 205 | 230 | 0.66 | 0.11 | 0 | 0.10 | 189.93 | 0.75 | 0.61 |
| Hex | 4F | CD | E6 | 42 | B | 0 | A | BE | 4B | 3D |
| Octal | 117 | 315 | 346 | 102 | 13 | 0 | 12 | 276 | 113 | 75 |
| Binary | 1001111 | 11001101 | 11100110 | 1000010 | 1011 | 0 | 1010 | 10111110 | 1001011 | 111101 |
Color Harmonies of #4FCDE6
Complementary color
Monochromatic Colors of #4FCDE6
Black with #4FCDE6
Text Example
Text Example
White with #4FCDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCDE6; }
p { color: rgb(79,205,230); }
H1.HeaderClassName
{
color: #4FCDE6;
}
.AnyTagClassName
{
color: #4FCDE6;
}
</style>
background-color css
<style>
a { background-color: #4FCDE6; }
a { background-color: rgb(79,205,230); }
div.DivClassName
{
background-color: #4FCDE6;
}
.BgClassName
{
background-color: #4FCDE6;
}
</style>
border-color css
<style>
span { border-color: #4FCDE6; }
span { border-color: rgb(79,205,230); }
td.TdClassName
{
border-color: #4FCDE6;
}
.TagClassName
{
border-color: #4FCDE6;
}
</style>