Shades of Turquoise #4FFBBC
Tints of Turquoise #4FFBBC
RGB
CMYK
RGB Variations
Color information
#4FFBBC (or 0x4FFBBC) is known color: Turquoise. HEX triplet: 4F, FB and BC. RGB value is (79,251,188). Sum of RGB (Red+Green+Blue) = 79+251+188=518 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.25% from 518); Green value is 251 (98.44% from 255 or 48.46% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 251 - color contains mainly: green. Hex color #4FFBBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FFBBC is #B00443. Grayscale: #C0C0C0. Windows color (decimal): -11535428 or 12385103. OLE color: 12385103.
HSL color Cylindrical-coordinate representation of color #4FFBBC: hue angle of 158.02º 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 #4FFBBC is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 79 | 251 | 188 | - |
| CMYK | 0.69 | 0 | 0.25 | 0.02 |
| HSL | 158.02º | 0.96% | 0.65% | - |
| HSV(B) | 158.02º | 0.69% | 0.98% | - |
| XYZ | 46.8 | 74.29 | 59.45 | - |
| YUV | 192.39 | 125.52 | 47.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 251 | 188 | 0.69 | 0 | 0.25 | 0.02 | 158.02 | 0.96 | 0.65 |
| Hex | 4F | FB | BC | 45 | 0 | 19 | 2 | 9E | 60 | 41 |
| Octal | 117 | 373 | 274 | 105 | 0 | 31 | 2 | 236 | 140 | 101 |
| Binary | 1001111 | 11111011 | 10111100 | 1000101 | 0 | 11001 | 10 | 10011110 | 1100000 | 1000001 |
Color Harmonies of #4FFBBC
Complementary color
Monochromatic Colors of #4FFBBC
Black with #4FFBBC
Text Example
Text Example
White with #4FFBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFBBC; }
p { color: rgb(79,251,188); }
H1.HeaderClassName
{
color: #4FFBBC;
}
.AnyTagClassName
{
color: #4FFBBC;
}
</style>
background-color css
<style>
a { background-color: #4FFBBC; }
a { background-color: rgb(79,251,188); }
div.DivClassName
{
background-color: #4FFBBC;
}
.BgClassName
{
background-color: #4FFBBC;
}
</style>
border-color css
<style>
span { border-color: #4FFBBC; }
span { border-color: rgb(79,251,188); }
td.TdClassName
{
border-color: #4FFBBC;
}
.TagClassName
{
border-color: #4FFBBC;
}
</style>