Shades of Turquoise #4FE3C5
Tints of Turquoise #4FE3C5
RGB
CMYK
RGB Variations
Color information
#4FE3C5 (or 0x4FE3C5) is known color: Turquoise. HEX triplet: 4F, E3 and C5. RGB value is (79,227,197). Sum of RGB (Red+Green+Blue) = 79+227+197=503 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.71% from 503); Green value is 227 (89.06% from 255 or 45.13% from 503); Blue value is 197 (77.34% from 255 or 39.17% from 503); Max value from RGB is 227 - color contains mainly: green. Hex color #4FE3C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FE3C5 is #B01C3A. Grayscale: #B3B3B3. Windows color (decimal): -11541563 or 12968783. OLE color: 12968783.
HSL color Cylindrical-coordinate representation of color #4FE3C5: hue angle of 167.84º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4FE3C5 is Cyan = 0.65, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 79 | 227 | 197 | - |
| CMYK | 0.65 | 0 | 0.13 | 0.11 |
| HSL | 167.84º | 0.73% | 0.6% | - |
| HSV(B) | 167.84º | 0.65% | 0.89% | - |
| XYZ | 40.77 | 60.63 | 62.38 | - |
| YUV | 179.33 | 137.97 | 56.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 227 | 197 | 0.65 | 0 | 0.13 | 0.11 | 167.84 | 0.73 | 0.6 |
| Hex | 4F | E3 | C5 | 41 | 0 | D | B | A8 | 49 | 3C |
| Octal | 117 | 343 | 305 | 101 | 0 | 15 | 13 | 250 | 111 | 74 |
| Binary | 1001111 | 11100011 | 11000101 | 1000001 | 0 | 1101 | 1011 | 10101000 | 1001001 | 111100 |
Color Harmonies of #4FE3C5
Complementary color
Monochromatic Colors of #4FE3C5
Black with #4FE3C5
Text Example
Text Example
White with #4FE3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FE3C5; }
p { color: rgb(79,227,197); }
H1.HeaderClassName
{
color: #4FE3C5;
}
.AnyTagClassName
{
color: #4FE3C5;
}
</style>
background-color css
<style>
a { background-color: #4FE3C5; }
a { background-color: rgb(79,227,197); }
div.DivClassName
{
background-color: #4FE3C5;
}
.BgClassName
{
background-color: #4FE3C5;
}
</style>
border-color css
<style>
span { border-color: #4FE3C5; }
span { border-color: rgb(79,227,197); }
td.TdClassName
{
border-color: #4FE3C5;
}
.TagClassName
{
border-color: #4FE3C5;
}
</style>