Shades of Medium Turquoise #4FC8CA
Tints of Medium Turquoise #4FC8CA
RGB
CMYK
RGB Variations
Color information
#4FC8CA (or 0x4FC8CA) is known color: Medium Turquoise. HEX triplet: 4F, C8 and CA. RGB value is (79,200,202). Sum of RGB (Red+Green+Blue) = 79+200+202=481 (63% of max value = 765). Red value is 79 (31.25% from 255 or 16.42% from 481); Green value is 200 (78.52% from 255 or 41.58% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 202 - color contains mainly: blue. Hex color #4FC8CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FC8CA is #B03735. Grayscale: #A3A3A3. Windows color (decimal): -11548470 or 13289551. OLE color: 13289551.
HSL color Cylindrical-coordinate representation of color #4FC8CA: hue angle of 180.98º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4FC8CA is Cyan = 0.61, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 79 | 200 | 202 | - |
| CMYK | 0.61 | 0.01 | 0 | 0.21 |
| HSL | 180.98º | 0.54% | 0.55% | - |
| HSV(B) | 180.98º | 0.61% | 0.79% | - |
| XYZ | 34.54 | 47.24 | 63.17 | - |
| YUV | 164.05 | 149.41 | 67.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 200 | 202 | 0.61 | 0.01 | 0 | 0.21 | 180.98 | 0.54 | 0.55 |
| Hex | 4F | C8 | CA | 3D | 1 | 0 | 15 | B5 | 36 | 37 |
| Octal | 117 | 310 | 312 | 75 | 1 | 0 | 25 | 265 | 66 | 67 |
| Binary | 1001111 | 11001000 | 11001010 | 111101 | 1 | 0 | 10101 | 10110101 | 110110 | 110111 |
Color Harmonies of #4FC8CA
Complementary color
Monochromatic Colors of #4FC8CA
Black with #4FC8CA
Text Example
Text Example
White with #4FC8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FC8CA; }
p { color: rgb(79,200,202); }
H1.HeaderClassName
{
color: #4FC8CA;
}
.AnyTagClassName
{
color: #4FC8CA;
}
</style>
background-color css
<style>
a { background-color: #4FC8CA; }
a { background-color: rgb(79,200,202); }
div.DivClassName
{
background-color: #4FC8CA;
}
.BgClassName
{
background-color: #4FC8CA;
}
</style>
border-color css
<style>
span { border-color: #4FC8CA; }
span { border-color: rgb(79,200,202); }
td.TdClassName
{
border-color: #4FC8CA;
}
.TagClassName
{
border-color: #4FC8CA;
}
</style>