Shades of Turquoise #4FEFC9
Tints of Turquoise #4FEFC9
RGB
CMYK
RGB Variations
Color information
#4FEFC9 (or 0x4FEFC9) is known color: Turquoise. HEX triplet: 4F, EF and C9. RGB value is (79,239,201). Sum of RGB (Red+Green+Blue) = 79+239+201=519 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.22% from 519); Green value is 239 (93.75% from 255 or 46.05% from 519); Blue value is 201 (78.91% from 255 or 38.73% from 519); Max value from RGB is 239 - color contains mainly: green. Hex color #4FEFC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEFC9 is #B01036. Grayscale: #BABABA. Windows color (decimal): -11538487 or 13233999. OLE color: 13233999.
HSL color Cylindrical-coordinate representation of color #4FEFC9: hue angle of 165.75º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FEFC9 is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 79 | 239 | 201 | - |
| CMYK | 0.67 | 0 | 0.16 | 0.06 |
| HSL | 165.75º | 0.83% | 0.62% | - |
| HSV(B) | 165.75º | 0.67% | 0.94% | - |
| XYZ | 44.63 | 67.61 | 65.96 | - |
| YUV | 186.83 | 135.99 | 51.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 239 | 201 | 0.67 | 0 | 0.16 | 0.06 | 165.75 | 0.83 | 0.62 |
| Hex | 4F | EF | C9 | 43 | 0 | 10 | 6 | A6 | 53 | 3E |
| Octal | 117 | 357 | 311 | 103 | 0 | 20 | 6 | 246 | 123 | 76 |
| Binary | 1001111 | 11101111 | 11001001 | 1000011 | 0 | 10000 | 110 | 10100110 | 1010011 | 111110 |
Color Harmonies of #4FEFC9
Complementary color
Monochromatic Colors of #4FEFC9
Black with #4FEFC9
Text Example
Text Example
White with #4FEFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEFC9; }
p { color: rgb(79,239,201); }
H1.HeaderClassName
{
color: #4FEFC9;
}
.AnyTagClassName
{
color: #4FEFC9;
}
</style>
background-color css
<style>
a { background-color: #4FEFC9; }
a { background-color: rgb(79,239,201); }
div.DivClassName
{
background-color: #4FEFC9;
}
.BgClassName
{
background-color: #4FEFC9;
}
</style>
border-color css
<style>
span { border-color: #4FEFC9; }
span { border-color: rgb(79,239,201); }
td.TdClassName
{
border-color: #4FEFC9;
}
.TagClassName
{
border-color: #4FEFC9;
}
</style>