Shades of Medium Turquoise #4FCCD0
Tints of Medium Turquoise #4FCCD0
RGB
CMYK
RGB Variations
Color information
#4FCCD0 (or 0x4FCCD0) is known color: Medium Turquoise. HEX triplet: 4F, CC and D0. RGB value is (79,204,208). Sum of RGB (Red+Green+Blue) = 79+204+208=491 (65% of max value = 765). Red value is 79 (31.25% from 255 or 16.09% from 491); Green value is 204 (80.08% from 255 or 41.55% from 491); Blue value is 208 (81.64% from 255 or 42.36% from 491); Max value from RGB is 208 - color contains mainly: blue. Hex color #4FCCD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCCD0 is #B0332F. Grayscale: #A6A6A6. Windows color (decimal): -11547440 or 13683791. OLE color: 13683791.
HSL color Cylindrical-coordinate representation of color #4FCCD0: hue angle of 181.86º 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 #4FCCD0 is Cyan = 0.62, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 79 | 204 | 208 | - |
| CMYK | 0.62 | 0.02 | 0 | 0.18 |
| HSL | 181.86º | 0.58% | 0.56% | - |
| HSV(B) | 181.86º | 0.62% | 0.82% | - |
| XYZ | 36.2 | 49.4 | 67.3 | - |
| YUV | 167.08 | 151.09 | 65.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 204 | 208 | 0.62 | 0.02 | 0 | 0.18 | 181.86 | 0.58 | 0.56 |
| Hex | 4F | CC | D0 | 3E | 2 | 0 | 12 | B6 | 3A | 38 |
| Octal | 117 | 314 | 320 | 76 | 2 | 0 | 22 | 266 | 72 | 70 |
| Binary | 1001111 | 11001100 | 11010000 | 111110 | 10 | 0 | 10010 | 10110110 | 111010 | 111000 |
Color Harmonies of #4FCCD0
Complementary color
Monochromatic Colors of #4FCCD0
Black with #4FCCD0
Text Example
Text Example
White with #4FCCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCCD0; }
p { color: rgb(79,204,208); }
H1.HeaderClassName
{
color: #4FCCD0;
}
.AnyTagClassName
{
color: #4FCCD0;
}
</style>
background-color css
<style>
a { background-color: #4FCCD0; }
a { background-color: rgb(79,204,208); }
div.DivClassName
{
background-color: #4FCCD0;
}
.BgClassName
{
background-color: #4FCCD0;
}
</style>
border-color css
<style>
span { border-color: #4FCCD0; }
span { border-color: rgb(79,204,208); }
td.TdClassName
{
border-color: #4FCCD0;
}
.TagClassName
{
border-color: #4FCCD0;
}
</style>