Shades of Turquoise #4FEFBE
Tints of Turquoise #4FEFBE
RGB
CMYK
RGB Variations
Color information
#4FEFBE (or 0x4FEFBE) is known color: Turquoise. HEX triplet: 4F, EF and BE. RGB value is (79,239,190). Sum of RGB (Red+Green+Blue) = 79+239+190=508 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.55% from 508); Green value is 239 (93.75% from 255 or 47.05% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 239 - color contains mainly: green. Hex color #4FEFBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEFBE is #B01041. Grayscale: #B9B9B9. Windows color (decimal): -11538498 or 12513103. OLE color: 12513103.
HSL color Cylindrical-coordinate representation of color #4FEFBE: hue angle of 161.62º 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 #4FEFBE is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 79 | 239 | 190 | - |
| CMYK | 0.67 | 0 | 0.21 | 0.06 |
| HSL | 161.63º | 0.83% | 0.62% | - |
| HSV(B) | 161.63º | 0.67% | 0.94% | - |
| XYZ | 43.39 | 67.11 | 59.38 | - |
| YUV | 185.57 | 130.49 | 51.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 239 | 190 | 0.67 | 0 | 0.21 | 0.06 | 161.63 | 0.83 | 0.62 |
| Hex | 4F | EF | BE | 43 | 0 | 15 | 6 | A2 | 53 | 3E |
| Octal | 117 | 357 | 276 | 103 | 0 | 25 | 6 | 242 | 123 | 76 |
| Binary | 1001111 | 11101111 | 10111110 | 1000011 | 0 | 10101 | 110 | 10100010 | 1010011 | 111110 |
Color Harmonies of #4FEFBE
Complementary color
Monochromatic Colors of #4FEFBE
Black with #4FEFBE
Text Example
Text Example
White with #4FEFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEFBE; }
p { color: rgb(79,239,190); }
H1.HeaderClassName
{
color: #4FEFBE;
}
.AnyTagClassName
{
color: #4FEFBE;
}
</style>
background-color css
<style>
a { background-color: #4FEFBE; }
a { background-color: rgb(79,239,190); }
div.DivClassName
{
background-color: #4FEFBE;
}
.BgClassName
{
background-color: #4FEFBE;
}
</style>
border-color css
<style>
span { border-color: #4FEFBE; }
span { border-color: rgb(79,239,190); }
td.TdClassName
{
border-color: #4FEFBE;
}
.TagClassName
{
border-color: #4FEFBE;
}
</style>