Shades of Turquoise #4FFBCF
Tints of Turquoise #4FFBCF
RGB
CMYK
RGB Variations
Color information
#4FFBCF (or 0x4FFBCF) is known color: Turquoise. HEX triplet: 4F, FB and CF. RGB value is (79,251,207). Sum of RGB (Red+Green+Blue) = 79+251+207=537 (71% of max value = 765). Red value is 79 (31.25% from 255 or 14.71% from 537); Green value is 251 (98.44% from 255 or 46.74% from 537); Blue value is 207 (81.25% from 255 or 38.55% from 537); Max value from RGB is 251 - color contains mainly: green. Hex color #4FFBCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FFBCF is #B00430. Grayscale: #C2C2C2. Windows color (decimal): -11535409 or 13630287. OLE color: 13630287.
HSL color Cylindrical-coordinate representation of color #4FFBCF: hue angle of 164.65º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FFBCF is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 79 | 251 | 207 | - |
| CMYK | 0.69 | 0 | 0.18 | 0.02 |
| HSL | 164.65º | 0.96% | 0.65% | - |
| HSV(B) | 164.65º | 0.69% | 0.98% | - |
| XYZ | 48.98 | 75.16 | 70.96 | - |
| YUV | 194.56 | 135.02 | 45.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 251 | 207 | 0.69 | 0 | 0.18 | 0.02 | 164.65 | 0.96 | 0.65 |
| Hex | 4F | FB | CF | 45 | 0 | 12 | 2 | A5 | 60 | 41 |
| Octal | 117 | 373 | 317 | 105 | 0 | 22 | 2 | 245 | 140 | 101 |
| Binary | 1001111 | 11111011 | 11001111 | 1000101 | 0 | 10010 | 10 | 10100101 | 1100000 | 1000001 |
Color Harmonies of #4FFBCF
Complementary color
Monochromatic Colors of #4FFBCF
Black with #4FFBCF
Text Example
Text Example
White with #4FFBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFBCF; }
p { color: rgb(79,251,207); }
H1.HeaderClassName
{
color: #4FFBCF;
}
.AnyTagClassName
{
color: #4FFBCF;
}
</style>
background-color css
<style>
a { background-color: #4FFBCF; }
a { background-color: rgb(79,251,207); }
div.DivClassName
{
background-color: #4FFBCF;
}
.BgClassName
{
background-color: #4FFBCF;
}
</style>
border-color css
<style>
span { border-color: #4FFBCF; }
span { border-color: rgb(79,251,207); }
td.TdClassName
{
border-color: #4FFBCF;
}
.TagClassName
{
border-color: #4FFBCF;
}
</style>