Shades of Turquoise #4FE0CC
Tints of Turquoise #4FE0CC
RGB
CMYK
RGB Variations
Color information
#4FE0CC (or 0x4FE0CC) is known color: Turquoise. HEX triplet: 4F, E0 and CC. RGB value is (79,224,204). Sum of RGB (Red+Green+Blue) = 79+224+204=507 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.58% from 507); Green value is 224 (87.89% from 255 or 44.18% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 224 - color contains mainly: green. Hex color #4FE0CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FE0CC is #B01F33. Grayscale: #B2B2B2. Windows color (decimal): -11542324 or 13426767. OLE color: 13426767.
HSL color Cylindrical-coordinate representation of color #4FE0CC: hue angle of 171.72º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4FE0CC is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 79 | 224 | 204 | - |
| CMYK | 0.65 | 0 | 0.09 | 0.12 |
| HSL | 171.72º | 0.7% | 0.59% | - |
| HSV(B) | 171.72º | 0.65% | 0.88% | - |
| XYZ | 40.78 | 59.33 | 66.43 | - |
| YUV | 178.37 | 142.46 | 57.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 224 | 204 | 0.65 | 0 | 0.09 | 0.12 | 171.72 | 0.7 | 0.59 |
| Hex | 4F | E0 | CC | 41 | 0 | 9 | C | AC | 46 | 3B |
| Octal | 117 | 340 | 314 | 101 | 0 | 11 | 14 | 254 | 106 | 73 |
| Binary | 1001111 | 11100000 | 11001100 | 1000001 | 0 | 1001 | 1100 | 10101100 | 1000110 | 111011 |
Color Harmonies of #4FE0CC
Complementary color
Monochromatic Colors of #4FE0CC
Black with #4FE0CC
Text Example
Text Example
White with #4FE0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FE0CC; }
p { color: rgb(79,224,204); }
H1.HeaderClassName
{
color: #4FE0CC;
}
.AnyTagClassName
{
color: #4FE0CC;
}
</style>
background-color css
<style>
a { background-color: #4FE0CC; }
a { background-color: rgb(79,224,204); }
div.DivClassName
{
background-color: #4FE0CC;
}
.BgClassName
{
background-color: #4FE0CC;
}
</style>
border-color css
<style>
span { border-color: #4FE0CC; }
span { border-color: rgb(79,224,204); }
td.TdClassName
{
border-color: #4FE0CC;
}
.TagClassName
{
border-color: #4FE0CC;
}
</style>