Shades of Medium Turquoise #4FCACD
Tints of Medium Turquoise #4FCACD
RGB
CMYK
RGB Variations
Color information
#4FCACD (or 0x4FCACD) is known color: Medium Turquoise. HEX triplet: 4F, CA and CD. RGB value is (79,202,205). Sum of RGB (Red+Green+Blue) = 79+202+205=486 (64% of max value = 765). Red value is 79 (31.25% from 255 or 16.26% from 486); Green value is 202 (79.30% from 255 or 41.56% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 205 - color contains mainly: blue. Hex color #4FCACD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCACD is #B03532. Grayscale: #A5A5A5. Windows color (decimal): -11547955 or 13486671. OLE color: 13486671.
HSL color Cylindrical-coordinate representation of color #4FCACD: hue angle of 181.43º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4FCACD is Cyan = 0.61, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 202 | 205 | - |
| CMYK | 0.61 | 0.01 | 0 | 0.20 |
| HSL | 181.43º | 0.56% | 0.56% | - |
| HSV(B) | 181.43º | 0.61% | 0.8% | - |
| XYZ | 35.36 | 48.31 | 65.22 | - |
| YUV | 165.57 | 150.25 | 66.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 202 | 205 | 0.61 | 0.01 | 0 | 0.20 | 181.43 | 0.56 | 0.56 |
| Hex | 4F | CA | CD | 3D | 1 | 0 | 14 | B5 | 38 | 38 |
| Octal | 117 | 312 | 315 | 75 | 1 | 0 | 24 | 265 | 70 | 70 |
| Binary | 1001111 | 11001010 | 11001101 | 111101 | 1 | 0 | 10100 | 10110101 | 111000 | 111000 |
Color Harmonies of #4FCACD
Complementary color
Monochromatic Colors of #4FCACD
Black with #4FCACD
Text Example
Text Example
White with #4FCACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCACD; }
p { color: rgb(79,202,205); }
H1.HeaderClassName
{
color: #4FCACD;
}
.AnyTagClassName
{
color: #4FCACD;
}
</style>
background-color css
<style>
a { background-color: #4FCACD; }
a { background-color: rgb(79,202,205); }
div.DivClassName
{
background-color: #4FCACD;
}
.BgClassName
{
background-color: #4FCACD;
}
</style>
border-color css
<style>
span { border-color: #4FCACD; }
span { border-color: rgb(79,202,205); }
td.TdClassName
{
border-color: #4FCACD;
}
.TagClassName
{
border-color: #4FCACD;
}
</style>