Shades of Turquoise #4FFDBD
Tints of Turquoise #4FFDBD
RGB
CMYK
RGB Variations
Color information
#4FFDBD (or 0x4FFDBD) is known color: Turquoise. HEX triplet: 4F, FD and BD. RGB value is (79,253,189). Sum of RGB (Red+Green+Blue) = 79+253+189=521 (69% of max value = 765). Red value is 79 (31.25% from 255 or 15.16% from 521); Green value is 253 (99.22% from 255 or 48.56% from 521); Blue value is 189 (74.22% from 255 or 36.28% from 521); Max value from RGB is 253 - color contains mainly: green. Hex color #4FFDBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FFDBD is #B00242. Grayscale: #C1C1C1. Windows color (decimal): -11534915 or 12451151. OLE color: 12451151.
HSL color Cylindrical-coordinate representation of color #4FFDBD: hue angle of 157.93º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FFDBD is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 253 | 189 | - |
| CMYK | 0.69 | 0 | 0.25 | 0.01 |
| HSL | 157.93º | 0.98% | 0.65% | - |
| HSV(B) | 157.93º | 0.69% | 0.99% | - |
| XYZ | 47.54 | 75.59 | 60.23 | - |
| YUV | 193.68 | 125.35 | 46.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 253 | 189 | 0.69 | 0 | 0.25 | 0.01 | 157.93 | 0.98 | 0.65 |
| Hex | 4F | FD | BD | 45 | 0 | 19 | 1 | 9E | 62 | 41 |
| Octal | 117 | 375 | 275 | 105 | 0 | 31 | 1 | 236 | 142 | 101 |
| Binary | 1001111 | 11111101 | 10111101 | 1000101 | 0 | 11001 | 1 | 10011110 | 1100010 | 1000001 |
Color Harmonies of #4FFDBD
Complementary color
Monochromatic Colors of #4FFDBD
Black with #4FFDBD
Text Example
Text Example
White with #4FFDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFDBD; }
p { color: rgb(79,253,189); }
H1.HeaderClassName
{
color: #4FFDBD;
}
.AnyTagClassName
{
color: #4FFDBD;
}
</style>
background-color css
<style>
a { background-color: #4FFDBD; }
a { background-color: rgb(79,253,189); }
div.DivClassName
{
background-color: #4FFDBD;
}
.BgClassName
{
background-color: #4FFDBD;
}
</style>
border-color css
<style>
span { border-color: #4FFDBD; }
span { border-color: rgb(79,253,189); }
td.TdClassName
{
border-color: #4FFDBD;
}
.TagClassName
{
border-color: #4FFDBD;
}
</style>