Shades of Turquoise #4DF9BA
Tints of Turquoise #4DF9BA
RGB
CMYK
RGB Variations
Color information
#4DF9BA (or 0x4DF9BA) is known color: Turquoise. HEX triplet: 4D, F9 and BA. RGB value is (77,249,186). Sum of RGB (Red+Green+Blue) = 77+249+186=512 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.04% from 512); Green value is 249 (97.66% from 255 or 48.63% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 249 - color contains mainly: green. Hex color #4DF9BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DF9BA is #B20645. Grayscale: #BEBEBE. Windows color (decimal): -11667014 or 12253517. OLE color: 12253517.
HSL color Cylindrical-coordinate representation of color #4DF9BA: hue angle of 158.02º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DF9BA is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 249 | 186 | - |
| CMYK | 0.69 | 0 | 0.25 | 0.02 |
| HSL | 158.02º | 0.93% | 0.64% | - |
| HSV(B) | 158.02º | 0.69% | 0.98% | - |
| XYZ | 45.8 | 72.87 | 58.11 | - |
| YUV | 190.39 | 125.52 | 47.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 249 | 186 | 0.69 | 0 | 0.25 | 0.02 | 158.02 | 0.93 | 0.64 |
| Hex | 4D | F9 | BA | 45 | 0 | 19 | 2 | 9E | 5D | 40 |
| Octal | 115 | 371 | 272 | 105 | 0 | 31 | 2 | 236 | 135 | 100 |
| Binary | 1001101 | 11111001 | 10111010 | 1000101 | 0 | 11001 | 10 | 10011110 | 1011101 | 1000000 |
Color Harmonies of #4DF9BA
Complementary color
Monochromatic Colors of #4DF9BA
Black with #4DF9BA
Text Example
Text Example
White with #4DF9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF9BA; }
p { color: rgb(77,249,186); }
H1.HeaderClassName
{
color: #4DF9BA;
}
.AnyTagClassName
{
color: #4DF9BA;
}
</style>
background-color css
<style>
a { background-color: #4DF9BA; }
a { background-color: rgb(77,249,186); }
div.DivClassName
{
background-color: #4DF9BA;
}
.BgClassName
{
background-color: #4DF9BA;
}
</style>
border-color css
<style>
span { border-color: #4DF9BA; }
span { border-color: rgb(77,249,186); }
td.TdClassName
{
border-color: #4DF9BA;
}
.TagClassName
{
border-color: #4DF9BA;
}
</style>