Shades of Turquoise #4FFBD5
Tints of Turquoise #4FFBD5
RGB
CMYK
RGB Variations
Color information
#4FFBD5 (or 0x4FFBD5) is known color: Turquoise. HEX triplet: 4F, FB and D5. RGB value is (79,251,213). Sum of RGB (Red+Green+Blue) = 79+251+213=543 (71% of max value = 765). Red value is 79 (31.25% from 255 or 14.55% from 543); Green value is 251 (98.44% from 255 or 46.22% from 543); Blue value is 213 (83.59% from 255 or 39.23% from 543); Max value from RGB is 251 - color contains mainly: green. Hex color #4FFBD5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FFBD5 is #B0042A. Grayscale: #C3C3C3. Windows color (decimal): -11535403 or 14023503. OLE color: 14023503.
HSL color Cylindrical-coordinate representation of color #4FFBD5: hue angle of 166.74º 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 #4FFBD5 is Cyan = 0.69, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 79 | 251 | 213 | - |
| CMYK | 0.69 | 0 | 0.15 | 0.02 |
| HSL | 166.74º | 0.96% | 0.65% | - |
| HSV(B) | 166.74º | 0.69% | 0.98% | - |
| XYZ | 49.73 | 75.46 | 74.9 | - |
| YUV | 195.24 | 138.02 | 45.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 251 | 213 | 0.69 | 0 | 0.15 | 0.02 | 166.74 | 0.96 | 0.65 |
| Hex | 4F | FB | D5 | 45 | 0 | F | 2 | A7 | 60 | 41 |
| Octal | 117 | 373 | 325 | 105 | 0 | 17 | 2 | 247 | 140 | 101 |
| Binary | 1001111 | 11111011 | 11010101 | 1000101 | 0 | 1111 | 10 | 10100111 | 1100000 | 1000001 |
Color Harmonies of #4FFBD5
Complementary color
Monochromatic Colors of #4FFBD5
Black with #4FFBD5
Text Example
Text Example
White with #4FFBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFBD5; }
p { color: rgb(79,251,213); }
H1.HeaderClassName
{
color: #4FFBD5;
}
.AnyTagClassName
{
color: #4FFBD5;
}
</style>
background-color css
<style>
a { background-color: #4FFBD5; }
a { background-color: rgb(79,251,213); }
div.DivClassName
{
background-color: #4FFBD5;
}
.BgClassName
{
background-color: #4FFBD5;
}
</style>
border-color css
<style>
span { border-color: #4FFBD5; }
span { border-color: rgb(79,251,213); }
td.TdClassName
{
border-color: #4FFBD5;
}
.TagClassName
{
border-color: #4FFBD5;
}
</style>