Shades of Medium Turquoise #4FCCCF
Tints of Medium Turquoise #4FCCCF
RGB
CMYK
RGB Variations
Color information
#4FCCCF (or 0x4FCCCF) is known color: Medium Turquoise. HEX triplet: 4F, CC and CF. RGB value is (79,204,207). Sum of RGB (Red+Green+Blue) = 79+204+207=490 (64% of max value = 765). Red value is 79 (31.25% from 255 or 16.12% from 490); Green value is 204 (80.08% from 255 or 41.63% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 207 - color contains mainly: blue. Hex color #4FCCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCCCF is #B03330. Grayscale: #A6A6A6. Windows color (decimal): -11547441 or 13618255. OLE color: 13618255.
HSL color Cylindrical-coordinate representation of color #4FCCCF: hue angle of 181.41º 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 #4FCCCF is Cyan = 0.62, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 79 | 204 | 207 | - |
| CMYK | 0.62 | 0.01 | 0 | 0.19 |
| HSL | 181.41º | 0.57% | 0.56% | - |
| HSV(B) | 181.41º | 0.62% | 0.81% | - |
| XYZ | 36.08 | 49.35 | 66.66 | - |
| YUV | 166.97 | 150.59 | 65.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 204 | 207 | 0.62 | 0.01 | 0 | 0.19 | 181.41 | 0.57 | 0.56 |
| Hex | 4F | CC | CF | 3E | 1 | 0 | 13 | B5 | 39 | 38 |
| Octal | 117 | 314 | 317 | 76 | 1 | 0 | 23 | 265 | 71 | 70 |
| Binary | 1001111 | 11001100 | 11001111 | 111110 | 1 | 0 | 10011 | 10110101 | 111001 | 111000 |
Color Harmonies of #4FCCCF
Complementary color
Monochromatic Colors of #4FCCCF
Black with #4FCCCF
Text Example
Text Example
White with #4FCCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCCCF; }
p { color: rgb(79,204,207); }
H1.HeaderClassName
{
color: #4FCCCF;
}
.AnyTagClassName
{
color: #4FCCCF;
}
</style>
background-color css
<style>
a { background-color: #4FCCCF; }
a { background-color: rgb(79,204,207); }
div.DivClassName
{
background-color: #4FCCCF;
}
.BgClassName
{
background-color: #4FCCCF;
}
</style>
border-color css
<style>
span { border-color: #4FCCCF; }
span { border-color: rgb(79,204,207); }
td.TdClassName
{
border-color: #4FCCCF;
}
.TagClassName
{
border-color: #4FCCCF;
}
</style>