Shades of Turquoise #4FFDC9
Tints of Turquoise #4FFDC9
RGB
CMYK
RGB Variations
Color information
#4FFDC9 (or 0x4FFDC9) is known color: Turquoise. HEX triplet: 4F, FD and C9. RGB value is (79,253,201). Sum of RGB (Red+Green+Blue) = 79+253+201=533 (70% of max value = 765). Red value is 79 (31.25% from 255 or 14.82% from 533); Green value is 253 (99.22% from 255 or 47.47% from 533); Blue value is 201 (78.91% from 255 or 37.71% from 533); Max value from RGB is 253 - color contains mainly: green. Hex color #4FFDC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FFDC9 is #B00236. Grayscale: #C3C3C3. Windows color (decimal): -11534903 or 13237583. OLE color: 13237583.
HSL color Cylindrical-coordinate representation of color #4FFDC9: hue angle of 162.07º 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 #4FFDC9 is Cyan = 0.69, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 253 | 201 | - |
| CMYK | 0.69 | 0 | 0.21 | 0.01 |
| HSL | 162.07º | 0.98% | 0.65% | - |
| HSV(B) | 162.07º | 0.69% | 0.99% | - |
| XYZ | 48.89 | 76.13 | 67.38 | - |
| YUV | 195.05 | 131.35 | 45.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 253 | 201 | 0.69 | 0 | 0.21 | 0.01 | 162.07 | 0.98 | 0.65 |
| Hex | 4F | FD | C9 | 45 | 0 | 15 | 1 | A2 | 62 | 41 |
| Octal | 117 | 375 | 311 | 105 | 0 | 25 | 1 | 242 | 142 | 101 |
| Binary | 1001111 | 11111101 | 11001001 | 1000101 | 0 | 10101 | 1 | 10100010 | 1100010 | 1000001 |
Color Harmonies of #4FFDC9
Complementary color
Monochromatic Colors of #4FFDC9
Black with #4FFDC9
Text Example
Text Example
White with #4FFDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFDC9; }
p { color: rgb(79,253,201); }
H1.HeaderClassName
{
color: #4FFDC9;
}
.AnyTagClassName
{
color: #4FFDC9;
}
</style>
background-color css
<style>
a { background-color: #4FFDC9; }
a { background-color: rgb(79,253,201); }
div.DivClassName
{
background-color: #4FFDC9;
}
.BgClassName
{
background-color: #4FFDC9;
}
</style>
border-color css
<style>
span { border-color: #4FFDC9; }
span { border-color: rgb(79,253,201); }
td.TdClassName
{
border-color: #4FFDC9;
}
.TagClassName
{
border-color: #4FFDC9;
}
</style>