Shades of Medium Turquoise #4FC9CE
Tints of Medium Turquoise #4FC9CE
RGB
CMYK
RGB Variations
Color information
#4FC9CE (or 0x4FC9CE) is known color: Medium Turquoise. HEX triplet: 4F, C9 and CE. RGB value is (79,201,206). Sum of RGB (Red+Green+Blue) = 79+201+206=486 (64% of max value = 765). Red value is 79 (31.25% from 255 or 16.26% from 486); Green value is 201 (78.91% from 255 or 41.36% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 206 - color contains mainly: blue. Hex color #4FC9CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FC9CE is #B03631. Grayscale: #A4A4A4. Windows color (decimal): -11548210 or 13551951. OLE color: 13551951.
HSL color Cylindrical-coordinate representation of color #4FC9CE: hue angle of 182.36º 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 #4FC9CE is Cyan = 0.62, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 79 | 201 | 206 | - |
| CMYK | 0.62 | 0.02 | 0 | 0.19 |
| HSL | 182.36º | 0.56% | 0.56% | - |
| HSV(B) | 182.36º | 0.62% | 0.81% | - |
| XYZ | 35.25 | 47.89 | 65.78 | - |
| YUV | 165.09 | 151.08 | 66.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 201 | 206 | 0.62 | 0.02 | 0 | 0.19 | 182.36 | 0.56 | 0.56 |
| Hex | 4F | C9 | CE | 3E | 2 | 0 | 13 | B6 | 38 | 38 |
| Octal | 117 | 311 | 316 | 76 | 2 | 0 | 23 | 266 | 70 | 70 |
| Binary | 1001111 | 11001001 | 11001110 | 111110 | 10 | 0 | 10011 | 10110110 | 111000 | 111000 |
Color Harmonies of #4FC9CE
Complementary color
Monochromatic Colors of #4FC9CE
Black with #4FC9CE
Text Example
Text Example
White with #4FC9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FC9CE; }
p { color: rgb(79,201,206); }
H1.HeaderClassName
{
color: #4FC9CE;
}
.AnyTagClassName
{
color: #4FC9CE;
}
</style>
background-color css
<style>
a { background-color: #4FC9CE; }
a { background-color: rgb(79,201,206); }
div.DivClassName
{
background-color: #4FC9CE;
}
.BgClassName
{
background-color: #4FC9CE;
}
</style>
border-color css
<style>
span { border-color: #4FC9CE; }
span { border-color: rgb(79,201,206); }
td.TdClassName
{
border-color: #4FC9CE;
}
.TagClassName
{
border-color: #4FC9CE;
}
</style>