Shades of Turquoise #4FEBCF
Tints of Turquoise #4FEBCF
RGB
CMYK
RGB Variations
Color information
#4FEBCF (or 0x4FEBCF) is known color: Turquoise. HEX triplet: 4F, EB and CF. RGB value is (79,235,207). Sum of RGB (Red+Green+Blue) = 79+235+207=521 (69% of max value = 765). Red value is 79 (31.25% from 255 or 15.16% from 521); Green value is 235 (92.19% from 255 or 45.11% from 521); Blue value is 207 (81.25% from 255 or 39.73% from 521); Max value from RGB is 235 - color contains mainly: green. Hex color #4FEBCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEBCF is #B01430. Grayscale: #B9B9B9. Windows color (decimal): -11539505 or 13626191. OLE color: 13626191.
HSL color Cylindrical-coordinate representation of color #4FEBCF: hue angle of 169.23º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4FEBCF is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 79 | 235 | 207 | - |
| CMYK | 0.66 | 0 | 0.12 | 0.08 |
| HSL | 169.23º | 0.8% | 0.62% | - |
| HSV(B) | 169.23º | 0.66% | 0.92% | - |
| XYZ | 44.2 | 65.58 | 69.36 | - |
| YUV | 185.16 | 140.32 | 52.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 235 | 207 | 0.66 | 0 | 0.12 | 0.08 | 169.23 | 0.8 | 0.62 |
| Hex | 4F | EB | CF | 42 | 0 | C | 8 | A9 | 50 | 3E |
| Octal | 117 | 353 | 317 | 102 | 0 | 14 | 10 | 251 | 120 | 76 |
| Binary | 1001111 | 11101011 | 11001111 | 1000010 | 0 | 1100 | 1000 | 10101001 | 1010000 | 111110 |
Color Harmonies of #4FEBCF
Complementary color
Monochromatic Colors of #4FEBCF
Black with #4FEBCF
Text Example
Text Example
White with #4FEBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEBCF; }
p { color: rgb(79,235,207); }
H1.HeaderClassName
{
color: #4FEBCF;
}
.AnyTagClassName
{
color: #4FEBCF;
}
</style>
background-color css
<style>
a { background-color: #4FEBCF; }
a { background-color: rgb(79,235,207); }
div.DivClassName
{
background-color: #4FEBCF;
}
.BgClassName
{
background-color: #4FEBCF;
}
</style>
border-color css
<style>
span { border-color: #4FEBCF; }
span { border-color: rgb(79,235,207); }
td.TdClassName
{
border-color: #4FEBCF;
}
.TagClassName
{
border-color: #4FEBCF;
}
</style>