Shades of Turquoise #4FFBD0
Tints of Turquoise #4FFBD0
RGB
CMYK
RGB Variations
Color information
#4FFBD0 (or 0x4FFBD0) is known color: Turquoise. HEX triplet: 4F, FB and D0. RGB value is (79,251,208). Sum of RGB (Red+Green+Blue) = 79+251+208=538 (71% of max value = 765). Red value is 79 (31.25% from 255 or 14.68% from 538); Green value is 251 (98.44% from 255 or 46.65% from 538); Blue value is 208 (81.64% from 255 or 38.66% from 538); Max value from RGB is 251 - color contains mainly: green. Hex color #4FFBD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FFBD0 is #B0042F. Grayscale: #C2C2C2. Windows color (decimal): -11535408 or 13695823. OLE color: 13695823.
HSL color Cylindrical-coordinate representation of color #4FFBD0: hue angle of 165º 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 #4FFBD0 is Cyan = 0.69, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 79 | 251 | 208 | - |
| CMYK | 0.69 | 0 | 0.17 | 0.02 |
| HSL | 165º | 0.96% | 0.65% | - |
| HSV(B) | 165º | 0.69% | 0.98% | - |
| XYZ | 49.11 | 75.21 | 71.6 | - |
| YUV | 194.67 | 135.52 | 45.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 251 | 208 | 0.69 | 0 | 0.17 | 0.02 | 165 | 0.96 | 0.65 |
| Hex | 4F | FB | D0 | 45 | 0 | 11 | 2 | A5 | 60 | 41 |
| Octal | 117 | 373 | 320 | 105 | 0 | 21 | 2 | 245 | 140 | 101 |
| Binary | 1001111 | 11111011 | 11010000 | 1000101 | 0 | 10001 | 10 | 10100101 | 1100000 | 1000001 |
Color Harmonies of #4FFBD0
Complementary color
Monochromatic Colors of #4FFBD0
Black with #4FFBD0
Text Example
Text Example
White with #4FFBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFBD0; }
p { color: rgb(79,251,208); }
H1.HeaderClassName
{
color: #4FFBD0;
}
.AnyTagClassName
{
color: #4FFBD0;
}
</style>
background-color css
<style>
a { background-color: #4FFBD0; }
a { background-color: rgb(79,251,208); }
div.DivClassName
{
background-color: #4FFBD0;
}
.BgClassName
{
background-color: #4FFBD0;
}
</style>
border-color css
<style>
span { border-color: #4FFBD0; }
span { border-color: rgb(79,251,208); }
td.TdClassName
{
border-color: #4FFBD0;
}
.TagClassName
{
border-color: #4FFBD0;
}
</style>