Shades of Turquoise #4FF1BA
Tints of Turquoise #4FF1BA
RGB
CMYK
RGB Variations
Color information
#4FF1BA (or 0x4FF1BA) is known color: Turquoise. HEX triplet: 4F, F1 and BA. RGB value is (79,241,186). Sum of RGB (Red+Green+Blue) = 79+241+186=506 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.61% from 506); Green value is 241 (94.53% from 255 or 47.63% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 241 - color contains mainly: green. Hex color #4FF1BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FF1BA is #B00E45. Grayscale: #BABABA. Windows color (decimal): -11537990 or 12251471. OLE color: 12251471.
HSL color Cylindrical-coordinate representation of color #4FF1BA: hue angle of 159.63º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FF1BA is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 79 | 241 | 186 | - |
| CMYK | 0.67 | 0 | 0.23 | 0.05 |
| HSL | 159.63º | 0.85% | 0.63% | - |
| HSV(B) | 159.63º | 0.67% | 0.95% | - |
| XYZ | 43.54 | 68.12 | 57.31 | - |
| YUV | 186.29 | 127.83 | 51.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 241 | 186 | 0.67 | 0 | 0.23 | 0.05 | 159.63 | 0.85 | 0.63 |
| Hex | 4F | F1 | BA | 43 | 0 | 17 | 5 | A0 | 55 | 3F |
| Octal | 117 | 361 | 272 | 103 | 0 | 27 | 5 | 240 | 125 | 77 |
| Binary | 1001111 | 11110001 | 10111010 | 1000011 | 0 | 10111 | 101 | 10100000 | 1010101 | 111111 |
Color Harmonies of #4FF1BA
Complementary color
Monochromatic Colors of #4FF1BA
Black with #4FF1BA
Text Example
Text Example
White with #4FF1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FF1BA; }
p { color: rgb(79,241,186); }
H1.HeaderClassName
{
color: #4FF1BA;
}
.AnyTagClassName
{
color: #4FF1BA;
}
</style>
background-color css
<style>
a { background-color: #4FF1BA; }
a { background-color: rgb(79,241,186); }
div.DivClassName
{
background-color: #4FF1BA;
}
.BgClassName
{
background-color: #4FF1BA;
}
</style>
border-color css
<style>
span { border-color: #4FF1BA; }
span { border-color: rgb(79,241,186); }
td.TdClassName
{
border-color: #4FF1BA;
}
.TagClassName
{
border-color: #4FF1BA;
}
</style>