Shades of Turquoise #4FFCC3
Tints of Turquoise #4FFCC3
RGB
CMYK
RGB Variations
Color information
#4FFCC3 (or 0x4FFCC3) is known color: Turquoise. HEX triplet: 4F, FC and C3. RGB value is (79,252,195). Sum of RGB (Red+Green+Blue) = 79+252+195=526 (69% of max value = 765). Red value is 79 (31.25% from 255 or 15.02% from 526); Green value is 252 (98.83% from 255 or 47.91% from 526); Blue value is 195 (76.56% from 255 or 37.07% from 526); Max value from RGB is 252 - color contains mainly: green. Hex color #4FFCC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FFCC3 is #B0033C. Grayscale: #C1C1C1. Windows color (decimal): -11535165 or 12844111. OLE color: 12844111.
HSL color Cylindrical-coordinate representation of color #4FFCC3: hue angle of 160.23º 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 #4FFCC3 is Cyan = 0.69, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 252 | 195 | - |
| CMYK | 0.69 | 0 | 0.23 | 0.01 |
| HSL | 160.23º | 0.97% | 0.65% | - |
| HSV(B) | 160.23º | 0.69% | 0.99% | - |
| XYZ | 47.89 | 75.22 | 63.63 | - |
| YUV | 193.78 | 128.69 | 46.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 252 | 195 | 0.69 | 0 | 0.23 | 0.01 | 160.23 | 0.97 | 0.65 |
| Hex | 4F | FC | C3 | 45 | 0 | 17 | 1 | A0 | 61 | 41 |
| Octal | 117 | 374 | 303 | 105 | 0 | 27 | 1 | 240 | 141 | 101 |
| Binary | 1001111 | 11111100 | 11000011 | 1000101 | 0 | 10111 | 1 | 10100000 | 1100001 | 1000001 |
Color Harmonies of #4FFCC3
Complementary color
Monochromatic Colors of #4FFCC3
Black with #4FFCC3
Text Example
Text Example
White with #4FFCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFCC3; }
p { color: rgb(79,252,195); }
H1.HeaderClassName
{
color: #4FFCC3;
}
.AnyTagClassName
{
color: #4FFCC3;
}
</style>
background-color css
<style>
a { background-color: #4FFCC3; }
a { background-color: rgb(79,252,195); }
div.DivClassName
{
background-color: #4FFCC3;
}
.BgClassName
{
background-color: #4FFCC3;
}
</style>
border-color css
<style>
span { border-color: #4FFCC3; }
span { border-color: rgb(79,252,195); }
td.TdClassName
{
border-color: #4FFCC3;
}
.TagClassName
{
border-color: #4FFCC3;
}
</style>