Shades of Turquoise #4FFBBD
Tints of Turquoise #4FFBBD
RGB
CMYK
RGB Variations
Color information
#4FFBBD (or 0x4FFBBD) is known color: Turquoise. HEX triplet: 4F, FB and BD. RGB value is (79,251,189). Sum of RGB (Red+Green+Blue) = 79+251+189=519 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.22% from 519); Green value is 251 (98.44% from 255 or 48.36% from 519); Blue value is 189 (74.22% from 255 or 36.42% from 519); Max value from RGB is 251 - color contains mainly: green. Hex color #4FFBBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FFBBD is #B00442. Grayscale: #C0C0C0. Windows color (decimal): -11535427 or 12450639. OLE color: 12450639.
HSL color Cylindrical-coordinate representation of color #4FFBBD: hue angle of 158.37º 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 #4FFBBD is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 79 | 251 | 189 | - |
| CMYK | 0.69 | 0 | 0.25 | 0.02 |
| HSL | 158.37º | 0.96% | 0.65% | - |
| HSV(B) | 158.37º | 0.69% | 0.98% | - |
| XYZ | 46.91 | 74.33 | 60.02 | - |
| YUV | 192.5 | 126.02 | 47.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 251 | 189 | 0.69 | 0 | 0.25 | 0.02 | 158.37 | 0.96 | 0.65 |
| Hex | 4F | FB | BD | 45 | 0 | 19 | 2 | 9E | 60 | 41 |
| Octal | 117 | 373 | 275 | 105 | 0 | 31 | 2 | 236 | 140 | 101 |
| Binary | 1001111 | 11111011 | 10111101 | 1000101 | 0 | 11001 | 10 | 10011110 | 1100000 | 1000001 |
Color Harmonies of #4FFBBD
Complementary color
Monochromatic Colors of #4FFBBD
Black with #4FFBBD
Text Example
Text Example
White with #4FFBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFBBD; }
p { color: rgb(79,251,189); }
H1.HeaderClassName
{
color: #4FFBBD;
}
.AnyTagClassName
{
color: #4FFBBD;
}
</style>
background-color css
<style>
a { background-color: #4FFBBD; }
a { background-color: rgb(79,251,189); }
div.DivClassName
{
background-color: #4FFBBD;
}
.BgClassName
{
background-color: #4FFBBD;
}
</style>
border-color css
<style>
span { border-color: #4FFBBD; }
span { border-color: rgb(79,251,189); }
td.TdClassName
{
border-color: #4FFBBD;
}
.TagClassName
{
border-color: #4FFBBD;
}
</style>