Shades of Medium Turquoise #4FCAD6
Tints of Medium Turquoise #4FCAD6
RGB
CMYK
RGB Variations
Color information
#4FCAD6 (or 0x4FCAD6) is known color: Medium Turquoise. HEX triplet: 4F, CA and D6. RGB value is (79,202,214). Sum of RGB (Red+Green+Blue) = 79+202+214=495 (65% of max value = 765). Red value is 79 (31.25% from 255 or 15.96% from 495); Green value is 202 (79.30% from 255 or 40.81% from 495); Blue value is 214 (83.98% from 255 or 43.23% from 495); Max value from RGB is 214 - color contains mainly: blue. Hex color #4FCAD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCAD6 is #B03529. Grayscale: #A6A6A6. Windows color (decimal): -11547946 or 14076495. OLE color: 14076495.
HSL color Cylindrical-coordinate representation of color #4FCAD6: hue angle of 185.33º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4FCAD6 is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 79 | 202 | 214 | - |
| CMYK | 0.63 | 0.06 | 0 | 0.16 |
| HSL | 185.33º | 0.62% | 0.57% | - |
| HSV(B) | 185.33º | 0.63% | 0.84% | - |
| XYZ | 36.48 | 48.76 | 71.11 | - |
| YUV | 166.59 | 154.75 | 65.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 202 | 214 | 0.63 | 0.06 | 0 | 0.16 | 185.33 | 0.62 | 0.57 |
| Hex | 4F | CA | D6 | 3F | 6 | 0 | 10 | B9 | 3E | 39 |
| Octal | 117 | 312 | 326 | 77 | 6 | 0 | 20 | 271 | 76 | 71 |
| Binary | 1001111 | 11001010 | 11010110 | 111111 | 110 | 0 | 10000 | 10111001 | 111110 | 111001 |
Color Harmonies of #4FCAD6
Complementary color
Monochromatic Colors of #4FCAD6
Black with #4FCAD6
Text Example
Text Example
White with #4FCAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCAD6; }
p { color: rgb(79,202,214); }
H1.HeaderClassName
{
color: #4FCAD6;
}
.AnyTagClassName
{
color: #4FCAD6;
}
</style>
background-color css
<style>
a { background-color: #4FCAD6; }
a { background-color: rgb(79,202,214); }
div.DivClassName
{
background-color: #4FCAD6;
}
.BgClassName
{
background-color: #4FCAD6;
}
</style>
border-color css
<style>
span { border-color: #4FCAD6; }
span { border-color: rgb(79,202,214); }
td.TdClassName
{
border-color: #4FCAD6;
}
.TagClassName
{
border-color: #4FCAD6;
}
</style>