Shades of Turquoise #4FFFCC
Tints of Turquoise #4FFFCC
RGB
CMYK
RGB Variations
Color information
#4FFFCC (or 0x4FFFCC) is known color: Turquoise. HEX triplet: 4F, FF and CC. RGB value is (79,255,204). Sum of RGB (Red+Green+Blue) = 79+255+204=538 (71% of max value = 765). Red value is 79 (31.25% from 255 or 14.68% from 538); Green value is 255 (100% from 255 or 47.40% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 255 - color contains mainly: green. Hex color #4FFFCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FFFCC is #B00033. Grayscale: #C4C4C4. Windows color (decimal): -11534388 or 13434703. OLE color: 13434703.
HSL color Cylindrical-coordinate representation of color #4FFFCC: hue angle of 162.61º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FFFCC is Cyan = 0.69, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 79 | 255 | 204 | - |
| CMYK | 0.69 | 0 | 0.2 | 0 |
| HSL | 162.61º | 1% | 0.65% | - |
| HSV(B) | 162.61º | 0.69% | 1% | - |
| XYZ | 49.88 | 77.54 | 69.46 | - |
| YUV | 196.56 | 132.19 | 44.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 255 | 204 | 0.69 | 0 | 0.2 | 0 | 162.61 | 1 | 0.65 |
| Hex | 4F | FF | CC | 45 | 0 | 14 | 0 | A3 | 64 | 41 |
| Octal | 117 | 377 | 314 | 105 | 0 | 24 | 0 | 243 | 144 | 101 |
| Binary | 1001111 | 11111111 | 11001100 | 1000101 | 0 | 10100 | 0 | 10100011 | 1100100 | 1000001 |
Color Harmonies of #4FFFCC
Complementary color
Monochromatic Colors of #4FFFCC
Black with #4FFFCC
Text Example
Text Example
White with #4FFFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFFCC; }
p { color: rgb(79,255,204); }
H1.HeaderClassName
{
color: #4FFFCC;
}
.AnyTagClassName
{
color: #4FFFCC;
}
</style>
background-color css
<style>
a { background-color: #4FFFCC; }
a { background-color: rgb(79,255,204); }
div.DivClassName
{
background-color: #4FFFCC;
}
.BgClassName
{
background-color: #4FFFCC;
}
</style>
border-color css
<style>
span { border-color: #4FFFCC; }
span { border-color: rgb(79,255,204); }
td.TdClassName
{
border-color: #4FFFCC;
}
.TagClassName
{
border-color: #4FFFCC;
}
</style>