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