Shades of Medium Turquoise #4FCECE
Tints of Medium Turquoise #4FCECE
RGB
CMYK
RGB Variations
Color information
#4FCECE (or 0x4FCECE) is known color: Medium Turquoise. HEX triplet: 4F, CE and CE. RGB value is (79,206,206). Sum of RGB (Red+Green+Blue) = 79+206+206=491 (65% of max value = 765). Red value is 79 (31.25% from 255 or 16.09% from 491); Green value is 206 (80.86% from 255 or 41.96% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #4FCECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCECE is #B03131. Grayscale: #A7A7A7. Windows color (decimal): -11546930 or 13553231. OLE color: 13553231.
HSL color Cylindrical-coordinate representation of color #4FCECE: hue angle of 180º 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 #4FCECE is Cyan = 0.62, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 79 | 206 | 206 | - |
| CMYK | 0.62 | 0 | 0 | 0.19 |
| HSL | 180º | 0.56% | 0.56% | - |
| HSV(B) | 180º | 0.62% | 0.81% | - |
| XYZ | 36.44 | 50.26 | 66.17 | - |
| YUV | 168.03 | 149.42 | 64.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 206 | 206 | 0.62 | 0 | 0 | 0.19 | 180 | 0.56 | 0.56 |
| Hex | 4F | CE | CE | 3E | 0 | 0 | 13 | B4 | 38 | 38 |
| Octal | 117 | 316 | 316 | 76 | 0 | 0 | 23 | 264 | 70 | 70 |
| Binary | 1001111 | 11001110 | 11001110 | 111110 | 0 | 0 | 10011 | 10110100 | 111000 | 111000 |
Color Harmonies of #4FCECE
Complementary color
Monochromatic Colors of #4FCECE
Black with #4FCECE
Text Example
Text Example
White with #4FCECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCECE; }
p { color: rgb(79,206,206); }
H1.HeaderClassName
{
color: #4FCECE;
}
.AnyTagClassName
{
color: #4FCECE;
}
</style>
background-color css
<style>
a { background-color: #4FCECE; }
a { background-color: rgb(79,206,206); }
div.DivClassName
{
background-color: #4FCECE;
}
.BgClassName
{
background-color: #4FCECE;
}
</style>
border-color css
<style>
span { border-color: #4FCECE; }
span { border-color: rgb(79,206,206); }
td.TdClassName
{
border-color: #4FCECE;
}
.TagClassName
{
border-color: #4FCECE;
}
</style>