Shades of Turquoise #4FE9DA
Tints of Turquoise #4FE9DA
RGB
CMYK
RGB Variations
Color information
#4FE9DA (or 0x4FE9DA) is known color: Turquoise. HEX triplet: 4F, E9 and DA. RGB value is (79,233,218). Sum of RGB (Red+Green+Blue) = 79+233+218=530 (70% of max value = 765). Red value is 79 (31.25% from 255 or 14.91% from 530); Green value is 233 (91.41% from 255 or 43.96% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 233 - color contains mainly: green. Hex color #4FE9DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FE9DA is #B01625. Grayscale: #B9B9B9. Windows color (decimal): -11540006 or 14346575. OLE color: 14346575.
HSL color Cylindrical-coordinate representation of color #4FE9DA: hue angle of 174.16º 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 #4FE9DA is Cyan = 0.66, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 79 | 233 | 218 | - |
| CMYK | 0.66 | 0 | 0.06 | 0.09 |
| HSL | 174.16º | 0.78% | 0.61% | - |
| HSV(B) | 174.16º | 0.66% | 0.91% | - |
| XYZ | 45.02 | 65 | 76.5 | - |
| YUV | 185.24 | 146.48 | 52.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 233 | 218 | 0.66 | 0 | 0.06 | 0.09 | 174.16 | 0.78 | 0.61 |
| Hex | 4F | E9 | DA | 42 | 0 | 6 | 9 | AE | 4E | 3D |
| Octal | 117 | 351 | 332 | 102 | 0 | 6 | 11 | 256 | 116 | 75 |
| Binary | 1001111 | 11101001 | 11011010 | 1000010 | 0 | 110 | 1001 | 10101110 | 1001110 | 111101 |
Color Harmonies of #4FE9DA
Complementary color
Monochromatic Colors of #4FE9DA
Black with #4FE9DA
Text Example
Text Example
White with #4FE9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FE9DA; }
p { color: rgb(79,233,218); }
H1.HeaderClassName
{
color: #4FE9DA;
}
.AnyTagClassName
{
color: #4FE9DA;
}
</style>
background-color css
<style>
a { background-color: #4FE9DA; }
a { background-color: rgb(79,233,218); }
div.DivClassName
{
background-color: #4FE9DA;
}
.BgClassName
{
background-color: #4FE9DA;
}
</style>
border-color css
<style>
span { border-color: #4FE9DA; }
span { border-color: rgb(79,233,218); }
td.TdClassName
{
border-color: #4FE9DA;
}
.TagClassName
{
border-color: #4FE9DA;
}
</style>