Shades of Medium Turquoise #4FCACE
Tints of Medium Turquoise #4FCACE
RGB
CMYK
RGB Variations
Color information
#4FCACE (or 0x4FCACE) is known color: Medium Turquoise. HEX triplet: 4F, CA and CE. RGB value is (79,202,206). Sum of RGB (Red+Green+Blue) = 79+202+206=487 (64% of max value = 765). Red value is 79 (31.25% from 255 or 16.22% from 487); Green value is 202 (79.30% from 255 or 41.48% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #4FCACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCACE is #B03531. Grayscale: #A5A5A5. Windows color (decimal): -11547954 or 13552207. OLE color: 13552207.
HSL color Cylindrical-coordinate representation of color #4FCACE: hue angle of 181.89º degrees, saturation: 0.56, 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 #4FCACE is Cyan = 0.62, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 79 | 202 | 206 | - |
| CMYK | 0.62 | 0.02 | 0 | 0.19 |
| HSL | 181.89º | 0.56% | 0.56% | - |
| HSV(B) | 181.89º | 0.62% | 0.81% | - |
| XYZ | 35.49 | 48.36 | 65.86 | - |
| YUV | 165.68 | 150.75 | 66.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 202 | 206 | 0.62 | 0.02 | 0 | 0.19 | 181.89 | 0.56 | 0.56 |
| Hex | 4F | CA | CE | 3E | 2 | 0 | 13 | B6 | 38 | 38 |
| Octal | 117 | 312 | 316 | 76 | 2 | 0 | 23 | 266 | 70 | 70 |
| Binary | 1001111 | 11001010 | 11001110 | 111110 | 10 | 0 | 10011 | 10110110 | 111000 | 111000 |
Color Harmonies of #4FCACE
Complementary color
Monochromatic Colors of #4FCACE
Black with #4FCACE
Text Example
Text Example
White with #4FCACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCACE; }
p { color: rgb(79,202,206); }
H1.HeaderClassName
{
color: #4FCACE;
}
.AnyTagClassName
{
color: #4FCACE;
}
</style>
background-color css
<style>
a { background-color: #4FCACE; }
a { background-color: rgb(79,202,206); }
div.DivClassName
{
background-color: #4FCACE;
}
.BgClassName
{
background-color: #4FCACE;
}
</style>
border-color css
<style>
span { border-color: #4FCACE; }
span { border-color: rgb(79,202,206); }
td.TdClassName
{
border-color: #4FCACE;
}
.TagClassName
{
border-color: #4FCACE;
}
</style>