Shades of Turquoise #4FFFCF
Tints of Turquoise #4FFFCF
RGB
CMYK
RGB Variations
Color information
#4FFFCF (or 0x4FFFCF) is known color: Turquoise. HEX triplet: 4F, FF and CF. RGB value is (79,255,207). Sum of RGB (Red+Green+Blue) = 79+255+207=541 (71% of max value = 765). Red value is 79 (31.25% from 255 or 14.60% from 541); Green value is 255 (100% from 255 or 47.13% from 541); Blue value is 207 (81.25% from 255 or 38.26% from 541); Max value from RGB is 255 - color contains mainly: green. Hex color #4FFFCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FFFCF is #B00030. Grayscale: #C4C4C4. Windows color (decimal): -11534385 or 13631311. OLE color: 13631311.
HSL color Cylindrical-coordinate representation of color #4FFFCF: hue angle of 163.64º 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 #4FFFCF is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 79 | 255 | 207 | - |
| CMYK | 0.69 | 0 | 0.19 | 0 |
| HSL | 163.64º | 1% | 0.65% | - |
| HSV(B) | 163.64º | 0.69% | 1% | - |
| XYZ | 50.25 | 77.69 | 71.38 | - |
| YUV | 196.9 | 133.69 | 43.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 255 | 207 | 0.69 | 0 | 0.19 | 0 | 163.64 | 1 | 0.65 |
| Hex | 4F | FF | CF | 45 | 0 | 13 | 0 | A4 | 64 | 41 |
| Octal | 117 | 377 | 317 | 105 | 0 | 23 | 0 | 244 | 144 | 101 |
| Binary | 1001111 | 11111111 | 11001111 | 1000101 | 0 | 10011 | 0 | 10100100 | 1100100 | 1000001 |
Color Harmonies of #4FFFCF
Complementary color
Monochromatic Colors of #4FFFCF
Black with #4FFFCF
Text Example
Text Example
White with #4FFFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFFCF; }
p { color: rgb(79,255,207); }
H1.HeaderClassName
{
color: #4FFFCF;
}
.AnyTagClassName
{
color: #4FFFCF;
}
</style>
background-color css
<style>
a { background-color: #4FFFCF; }
a { background-color: rgb(79,255,207); }
div.DivClassName
{
background-color: #4FFFCF;
}
.BgClassName
{
background-color: #4FFFCF;
}
</style>
border-color css
<style>
span { border-color: #4FFFCF; }
span { border-color: rgb(79,255,207); }
td.TdClassName
{
border-color: #4FFFCF;
}
.TagClassName
{
border-color: #4FFFCF;
}
</style>