Shades of Turquoise #4FFBC4
Tints of Turquoise #4FFBC4
RGB
CMYK
RGB Variations
Color information
#4FFBC4 (or 0x4FFBC4) is known color: Turquoise. HEX triplet: 4F, FB and C4. RGB value is (79,251,196). Sum of RGB (Red+Green+Blue) = 79+251+196=526 (69% of max value = 765). Red value is 79 (31.25% from 255 or 15.02% from 526); Green value is 251 (98.44% from 255 or 47.72% from 526); Blue value is 196 (76.95% from 255 or 37.26% from 526); Max value from RGB is 251 - color contains mainly: green. Hex color #4FFBC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FFBC4 is #B0043B. Grayscale: #C1C1C1. Windows color (decimal): -11535420 or 12909391. OLE color: 12909391.
HSL color Cylindrical-coordinate representation of color #4FFBC4: hue angle of 160.81º 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 #4FFBC4 is Cyan = 0.69, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 79 | 251 | 196 | - |
| CMYK | 0.69 | 0 | 0.22 | 0.02 |
| HSL | 160.81º | 0.96% | 0.65% | - |
| HSV(B) | 160.81º | 0.69% | 0.98% | - |
| XYZ | 47.69 | 74.64 | 64.12 | - |
| YUV | 193.3 | 129.52 | 46.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 251 | 196 | 0.69 | 0 | 0.22 | 0.02 | 160.81 | 0.96 | 0.65 |
| Hex | 4F | FB | C4 | 45 | 0 | 16 | 2 | A1 | 60 | 41 |
| Octal | 117 | 373 | 304 | 105 | 0 | 26 | 2 | 241 | 140 | 101 |
| Binary | 1001111 | 11111011 | 11000100 | 1000101 | 0 | 10110 | 10 | 10100001 | 1100000 | 1000001 |
Color Harmonies of #4FFBC4
Complementary color
Monochromatic Colors of #4FFBC4
Black with #4FFBC4
Text Example
Text Example
White with #4FFBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFBC4; }
p { color: rgb(79,251,196); }
H1.HeaderClassName
{
color: #4FFBC4;
}
.AnyTagClassName
{
color: #4FFBC4;
}
</style>
background-color css
<style>
a { background-color: #4FFBC4; }
a { background-color: rgb(79,251,196); }
div.DivClassName
{
background-color: #4FFBC4;
}
.BgClassName
{
background-color: #4FFBC4;
}
</style>
border-color css
<style>
span { border-color: #4FFBC4; }
span { border-color: rgb(79,251,196); }
td.TdClassName
{
border-color: #4FFBC4;
}
.TagClassName
{
border-color: #4FFBC4;
}
</style>