Shades of Medium Turquoise #4FCDCF
Tints of Medium Turquoise #4FCDCF
RGB
CMYK
RGB Variations
Color information
#4FCDCF (or 0x4FCDCF) is known color: Medium Turquoise. HEX triplet: 4F, CD and CF. RGB value is (79,205,207). Sum of RGB (Red+Green+Blue) = 79+205+207=491 (65% of max value = 765). Red value is 79 (31.25% from 255 or 16.09% from 491); Green value is 205 (80.47% from 255 or 41.75% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 207 - color contains mainly: blue. Hex color #4FCDCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCDCF is #B03230. Grayscale: #A7A7A7. Windows color (decimal): -11547185 or 13618511. OLE color: 13618511.
HSL color Cylindrical-coordinate representation of color #4FCDCF: hue angle of 180.94º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4FCDCF is Cyan = 0.62, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 79 | 205 | 207 | - |
| CMYK | 0.62 | 0.01 | 0 | 0.19 |
| HSL | 180.94º | 0.57% | 0.56% | - |
| HSV(B) | 180.94º | 0.62% | 0.81% | - |
| XYZ | 36.32 | 49.83 | 66.74 | - |
| YUV | 167.55 | 150.26 | 64.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 205 | 207 | 0.62 | 0.01 | 0 | 0.19 | 180.94 | 0.57 | 0.56 |
| Hex | 4F | CD | CF | 3E | 1 | 0 | 13 | B5 | 39 | 38 |
| Octal | 117 | 315 | 317 | 76 | 1 | 0 | 23 | 265 | 71 | 70 |
| Binary | 1001111 | 11001101 | 11001111 | 111110 | 1 | 0 | 10011 | 10110101 | 111001 | 111000 |
Color Harmonies of #4FCDCF
Complementary color
Monochromatic Colors of #4FCDCF
Black with #4FCDCF
Text Example
Text Example
White with #4FCDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCDCF; }
p { color: rgb(79,205,207); }
H1.HeaderClassName
{
color: #4FCDCF;
}
.AnyTagClassName
{
color: #4FCDCF;
}
</style>
background-color css
<style>
a { background-color: #4FCDCF; }
a { background-color: rgb(79,205,207); }
div.DivClassName
{
background-color: #4FCDCF;
}
.BgClassName
{
background-color: #4FCDCF;
}
</style>
border-color css
<style>
span { border-color: #4FCDCF; }
span { border-color: rgb(79,205,207); }
td.TdClassName
{
border-color: #4FCDCF;
}
.TagClassName
{
border-color: #4FCDCF;
}
</style>