Shades of Turquoise #4FE1DA
Tints of Turquoise #4FE1DA
RGB
CMYK
RGB Variations
Color information
#4FE1DA (or 0x4FE1DA) is known color: Turquoise. HEX triplet: 4F, E1 and DA. RGB value is (79,225,218). Sum of RGB (Red+Green+Blue) = 79+225+218=522 (69% of max value = 765). Red value is 79 (31.25% from 255 or 15.13% from 522); Green value is 225 (88.28% from 255 or 43.10% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 225 - color contains mainly: green. Hex color #4FE1DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FE1DA is #B01E25. Grayscale: #B4B4B4. Windows color (decimal): -11542054 or 14344527. OLE color: 14344527.
HSL color Cylindrical-coordinate representation of color #4FE1DA: hue angle of 177.12º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4FE1DA is Cyan = 0.65, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 79 | 225 | 218 | - |
| CMYK | 0.65 | 0 | 0.03 | 0.12 |
| HSL | 177.12º | 0.71% | 0.6% | - |
| HSV(B) | 177.12º | 0.65% | 0.88% | - |
| XYZ | 42.8 | 60.57 | 75.77 | - |
| YUV | 180.55 | 149.13 | 55.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 225 | 218 | 0.65 | 0 | 0.03 | 0.12 | 177.12 | 0.71 | 0.6 |
| Hex | 4F | E1 | DA | 41 | 0 | 3 | C | B1 | 47 | 3C |
| Octal | 117 | 341 | 332 | 101 | 0 | 3 | 14 | 261 | 107 | 74 |
| Binary | 1001111 | 11100001 | 11011010 | 1000001 | 0 | 11 | 1100 | 10110001 | 1000111 | 111100 |
Color Harmonies of #4FE1DA
Complementary color
Monochromatic Colors of #4FE1DA
Black with #4FE1DA
Text Example
Text Example
White with #4FE1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FE1DA; }
p { color: rgb(79,225,218); }
H1.HeaderClassName
{
color: #4FE1DA;
}
.AnyTagClassName
{
color: #4FE1DA;
}
</style>
background-color css
<style>
a { background-color: #4FE1DA; }
a { background-color: rgb(79,225,218); }
div.DivClassName
{
background-color: #4FE1DA;
}
.BgClassName
{
background-color: #4FE1DA;
}
</style>
border-color css
<style>
span { border-color: #4FE1DA; }
span { border-color: rgb(79,225,218); }
td.TdClassName
{
border-color: #4FE1DA;
}
.TagClassName
{
border-color: #4FE1DA;
}
</style>