Shades of Medium Turquoise #4FCFD0
Tints of Medium Turquoise #4FCFD0
RGB
CMYK
RGB Variations
Color information
#4FCFD0 (or 0x4FCFD0) is known color: Medium Turquoise. HEX triplet: 4F, CF and D0. RGB value is (79,207,208). Sum of RGB (Red+Green+Blue) = 79+207+208=494 (65% of max value = 765). Red value is 79 (31.25% from 255 or 15.99% from 494); Green value is 207 (81.25% from 255 or 41.90% from 494); Blue value is 208 (81.64% from 255 or 42.11% from 494); Max value from RGB is 208 - color contains mainly: blue. Hex color #4FCFD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCFD0 is #B0302F. Grayscale: #A8A8A8. Windows color (decimal): -11546672 or 13684559. OLE color: 13684559.
HSL color Cylindrical-coordinate representation of color #4FCFD0: hue angle of 180.47º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4FCFD0 is Cyan = 0.62, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 79 | 207 | 208 | - |
| CMYK | 0.62 | 0.00 | 0 | 0.18 |
| HSL | 180.47º | 0.58% | 0.56% | - |
| HSV(B) | 180.47º | 0.62% | 0.82% | - |
| XYZ | 36.92 | 50.84 | 67.54 | - |
| YUV | 168.84 | 150.09 | 63.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 207 | 208 | 0.62 | 0.00 | 0 | 0.18 | 180.47 | 0.58 | 0.56 |
| Hex | 4F | CF | D0 | 3E | 0 | 0 | 12 | B4 | 3A | 38 |
| Octal | 117 | 317 | 320 | 76 | 0 | 0 | 22 | 264 | 72 | 70 |
| Binary | 1001111 | 11001111 | 11010000 | 111110 | 0 | 0 | 10010 | 10110100 | 111010 | 111000 |
Color Harmonies of #4FCFD0
Complementary color
Monochromatic Colors of #4FCFD0
Black with #4FCFD0
Text Example
Text Example
White with #4FCFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCFD0; }
p { color: rgb(79,207,208); }
H1.HeaderClassName
{
color: #4FCFD0;
}
.AnyTagClassName
{
color: #4FCFD0;
}
</style>
background-color css
<style>
a { background-color: #4FCFD0; }
a { background-color: rgb(79,207,208); }
div.DivClassName
{
background-color: #4FCFD0;
}
.BgClassName
{
background-color: #4FCFD0;
}
</style>
border-color css
<style>
span { border-color: #4FCFD0; }
span { border-color: rgb(79,207,208); }
td.TdClassName
{
border-color: #4FCFD0;
}
.TagClassName
{
border-color: #4FCFD0;
}
</style>