Shades of Turquoise #4FEEC9
Tints of Turquoise #4FEEC9
RGB
CMYK
RGB Variations
Color information
#4FEEC9 (or 0x4FEEC9) is known color: Turquoise. HEX triplet: 4F, EE and C9. RGB value is (79,238,201). Sum of RGB (Red+Green+Blue) = 79+238+201=518 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.25% from 518); Green value is 238 (93.36% from 255 or 45.95% from 518); Blue value is 201 (78.91% from 255 or 38.80% from 518); Max value from RGB is 238 - color contains mainly: green. Hex color #4FEEC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEEC9 is #B01136. Grayscale: #BABABA. Windows color (decimal): -11538743 or 13233743. OLE color: 13233743.
HSL color Cylindrical-coordinate representation of color #4FEEC9: hue angle of 166.04º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FEEC9 is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 238 | 201 | - |
| CMYK | 0.67 | 0 | 0.16 | 0.07 |
| HSL | 166.04º | 0.82% | 0.62% | - |
| HSV(B) | 166.04º | 0.67% | 0.93% | - |
| XYZ | 44.34 | 67.03 | 65.86 | - |
| YUV | 186.24 | 136.32 | 51.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 238 | 201 | 0.67 | 0 | 0.16 | 0.07 | 166.04 | 0.82 | 0.62 |
| Hex | 4F | EE | C9 | 43 | 0 | 10 | 7 | A6 | 52 | 3E |
| Octal | 117 | 356 | 311 | 103 | 0 | 20 | 7 | 246 | 122 | 76 |
| Binary | 1001111 | 11101110 | 11001001 | 1000011 | 0 | 10000 | 111 | 10100110 | 1010010 | 111110 |
Color Harmonies of #4FEEC9
Complementary color
Monochromatic Colors of #4FEEC9
Black with #4FEEC9
Text Example
Text Example
White with #4FEEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEEC9; }
p { color: rgb(79,238,201); }
H1.HeaderClassName
{
color: #4FEEC9;
}
.AnyTagClassName
{
color: #4FEEC9;
}
</style>
background-color css
<style>
a { background-color: #4FEEC9; }
a { background-color: rgb(79,238,201); }
div.DivClassName
{
background-color: #4FEEC9;
}
.BgClassName
{
background-color: #4FEEC9;
}
</style>
border-color css
<style>
span { border-color: #4FEEC9; }
span { border-color: rgb(79,238,201); }
td.TdClassName
{
border-color: #4FEEC9;
}
.TagClassName
{
border-color: #4FEEC9;
}
</style>