Shades of Turquoise #4FE9D0
Tints of Turquoise #4FE9D0
RGB
CMYK
RGB Variations
Color information
#4FE9D0 (or 0x4FE9D0) is known color: Turquoise. HEX triplet: 4F, E9 and D0. RGB value is (79,233,208). Sum of RGB (Red+Green+Blue) = 79+233+208=520 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.19% from 520); Green value is 233 (91.41% from 255 or 44.81% from 520); Blue value is 208 (81.64% from 255 or 40% from 520); Max value from RGB is 233 - color contains mainly: green. Hex color #4FE9D0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FE9D0 is #B0162F. Grayscale: #B8B8B8. Windows color (decimal): -11540016 or 13691215. OLE color: 13691215.
HSL color Cylindrical-coordinate representation of color #4FE9D0: hue angle of 170.26º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4FE9D0 is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 79 | 233 | 208 | - |
| CMYK | 0.66 | 0 | 0.11 | 0.09 |
| HSL | 170.26º | 0.78% | 0.61% | - |
| HSV(B) | 170.26º | 0.66% | 0.91% | - |
| XYZ | 43.75 | 64.49 | 69.82 | - |
| YUV | 184.1 | 141.48 | 53.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 233 | 208 | 0.66 | 0 | 0.11 | 0.09 | 170.26 | 0.78 | 0.61 |
| Hex | 4F | E9 | D0 | 42 | 0 | B | 9 | AA | 4E | 3D |
| Octal | 117 | 351 | 320 | 102 | 0 | 13 | 11 | 252 | 116 | 75 |
| Binary | 1001111 | 11101001 | 11010000 | 1000010 | 0 | 1011 | 1001 | 10101010 | 1001110 | 111101 |
Color Harmonies of #4FE9D0
Complementary color
Monochromatic Colors of #4FE9D0
Black with #4FE9D0
Text Example
Text Example
White with #4FE9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FE9D0; }
p { color: rgb(79,233,208); }
H1.HeaderClassName
{
color: #4FE9D0;
}
.AnyTagClassName
{
color: #4FE9D0;
}
</style>
background-color css
<style>
a { background-color: #4FE9D0; }
a { background-color: rgb(79,233,208); }
div.DivClassName
{
background-color: #4FE9D0;
}
.BgClassName
{
background-color: #4FE9D0;
}
</style>
border-color css
<style>
span { border-color: #4FE9D0; }
span { border-color: rgb(79,233,208); }
td.TdClassName
{
border-color: #4FE9D0;
}
.TagClassName
{
border-color: #4FE9D0;
}
</style>