Shades of Turquoise #4FFCC1
Tints of Turquoise #4FFCC1
RGB
CMYK
RGB Variations
Color information
#4FFCC1 (or 0x4FFCC1) is known color: Turquoise. HEX triplet: 4F, FC and C1. RGB value is (79,252,193). Sum of RGB (Red+Green+Blue) = 79+252+193=524 (69% of max value = 765). Red value is 79 (31.25% from 255 or 15.08% from 524); Green value is 252 (98.83% from 255 or 48.09% from 524); Blue value is 193 (75.78% from 255 or 36.83% from 524); Max value from RGB is 252 - color contains mainly: green. Hex color #4FFCC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FFCC1 is #B0033E. Grayscale: #C1C1C1. Windows color (decimal): -11535167 or 12713039. OLE color: 12713039.
HSL color Cylindrical-coordinate representation of color #4FFCC1: hue angle of 159.54º 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 #4FFCC1 is Cyan = 0.69, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 252 | 193 | - |
| CMYK | 0.69 | 0 | 0.23 | 0.01 |
| HSL | 159.54º | 0.97% | 0.65% | - |
| HSV(B) | 159.54º | 0.69% | 0.99% | - |
| XYZ | 47.66 | 75.13 | 62.44 | - |
| YUV | 193.55 | 127.69 | 46.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 252 | 193 | 0.69 | 0 | 0.23 | 0.01 | 159.54 | 0.97 | 0.65 |
| Hex | 4F | FC | C1 | 45 | 0 | 17 | 1 | A0 | 61 | 41 |
| Octal | 117 | 374 | 301 | 105 | 0 | 27 | 1 | 240 | 141 | 101 |
| Binary | 1001111 | 11111100 | 11000001 | 1000101 | 0 | 10111 | 1 | 10100000 | 1100001 | 1000001 |
Color Harmonies of #4FFCC1
Complementary color
Monochromatic Colors of #4FFCC1
Black with #4FFCC1
Text Example
Text Example
White with #4FFCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFCC1; }
p { color: rgb(79,252,193); }
H1.HeaderClassName
{
color: #4FFCC1;
}
.AnyTagClassName
{
color: #4FFCC1;
}
</style>
background-color css
<style>
a { background-color: #4FFCC1; }
a { background-color: rgb(79,252,193); }
div.DivClassName
{
background-color: #4FFCC1;
}
.BgClassName
{
background-color: #4FFCC1;
}
</style>
border-color css
<style>
span { border-color: #4FFCC1; }
span { border-color: rgb(79,252,193); }
td.TdClassName
{
border-color: #4FFCC1;
}
.TagClassName
{
border-color: #4FFCC1;
}
</style>