Shades of Turquoise #4FFDB3
Tints of Turquoise #4FFDB3
RGB
CMYK
RGB Variations
Color information
#4FFDB3 (or 0x4FFDB3) is known color: Turquoise. HEX triplet: 4F, FD and B3. RGB value is (79,253,179). Sum of RGB (Red+Green+Blue) = 79+253+179=511 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.46% from 511); Green value is 253 (99.22% from 255 or 49.51% from 511); Blue value is 179 (70.31% from 255 or 35.03% from 511); Max value from RGB is 253 - color contains mainly: green. Hex color #4FFDB3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FFDB3 is #B0024C. Grayscale: #C0C0C0. Windows color (decimal): -11534925 or 11795791. OLE color: 11795791.
HSL color Cylindrical-coordinate representation of color #4FFDB3: hue angle of 154.48º 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 #4FFDB3 is Cyan = 0.69, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 253 | 179 | - |
| CMYK | 0.69 | 0 | 0.29 | 0.01 |
| HSL | 154.48º | 0.98% | 0.65% | - |
| HSV(B) | 154.48º | 0.69% | 0.99% | - |
| XYZ | 46.49 | 75.17 | 54.71 | - |
| YUV | 192.54 | 120.35 | 47.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 253 | 179 | 0.69 | 0 | 0.29 | 0.01 | 154.48 | 0.98 | 0.65 |
| Hex | 4F | FD | B3 | 45 | 0 | 1D | 1 | 9A | 62 | 41 |
| Octal | 117 | 375 | 263 | 105 | 0 | 35 | 1 | 232 | 142 | 101 |
| Binary | 1001111 | 11111101 | 10110011 | 1000101 | 0 | 11101 | 1 | 10011010 | 1100010 | 1000001 |
Color Harmonies of #4FFDB3
Complementary color
Monochromatic Colors of #4FFDB3
Black with #4FFDB3
Text Example
Text Example
White with #4FFDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFDB3; }
p { color: rgb(79,253,179); }
H1.HeaderClassName
{
color: #4FFDB3;
}
.AnyTagClassName
{
color: #4FFDB3;
}
</style>
background-color css
<style>
a { background-color: #4FFDB3; }
a { background-color: rgb(79,253,179); }
div.DivClassName
{
background-color: #4FFDB3;
}
.BgClassName
{
background-color: #4FFDB3;
}
</style>
border-color css
<style>
span { border-color: #4FFDB3; }
span { border-color: rgb(79,253,179); }
td.TdClassName
{
border-color: #4FFDB3;
}
.TagClassName
{
border-color: #4FFDB3;
}
</style>