Shades of Turquoise #4FFCD9
Tints of Turquoise #4FFCD9
RGB
CMYK
RGB Variations
Color information
#4FFCD9 (or 0x4FFCD9) is known color: Turquoise. HEX triplet: 4F, FC and D9. RGB value is (79,252,217). Sum of RGB (Red+Green+Blue) = 79+252+217=548 (72% of max value = 765). Red value is 79 (31.25% from 255 or 14.42% from 548); Green value is 252 (98.83% from 255 or 45.99% from 548); Blue value is 217 (85.16% from 255 or 39.60% from 548); Max value from RGB is 252 - color contains mainly: green. Hex color #4FFCD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FFCD9 is #B00326. Grayscale: #C4C4C4. Windows color (decimal): -11535143 or 14285903. OLE color: 14285903.
HSL color Cylindrical-coordinate representation of color #4FFCD9: hue angle of 167.86º degrees, saturation: 0.97, 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 #4FFCD9 is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 252 | 217 | - |
| CMYK | 0.69 | 0 | 0.14 | 0.01 |
| HSL | 167.86º | 0.97% | 0.65% | - |
| HSV(B) | 167.86º | 0.69% | 0.99% | - |
| XYZ | 50.56 | 76.29 | 77.71 | - |
| YUV | 196.28 | 139.69 | 44.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 252 | 217 | 0.69 | 0 | 0.14 | 0.01 | 167.86 | 0.97 | 0.65 |
| Hex | 4F | FC | D9 | 45 | 0 | E | 1 | A8 | 61 | 41 |
| Octal | 117 | 374 | 331 | 105 | 0 | 16 | 1 | 250 | 141 | 101 |
| Binary | 1001111 | 11111100 | 11011001 | 1000101 | 0 | 1110 | 1 | 10101000 | 1100001 | 1000001 |
Color Harmonies of #4FFCD9
Complementary color
Monochromatic Colors of #4FFCD9
Black with #4FFCD9
Text Example
Text Example
White with #4FFCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFCD9; }
p { color: rgb(79,252,217); }
H1.HeaderClassName
{
color: #4FFCD9;
}
.AnyTagClassName
{
color: #4FFCD9;
}
</style>
background-color css
<style>
a { background-color: #4FFCD9; }
a { background-color: rgb(79,252,217); }
div.DivClassName
{
background-color: #4FFCD9;
}
.BgClassName
{
background-color: #4FFCD9;
}
</style>
border-color css
<style>
span { border-color: #4FFCD9; }
span { border-color: rgb(79,252,217); }
td.TdClassName
{
border-color: #4FFCD9;
}
.TagClassName
{
border-color: #4FFCD9;
}
</style>