Shades of Turquoise #4FE7DD
Tints of Turquoise #4FE7DD
RGB
CMYK
RGB Variations
Color information
#4FE7DD (or 0x4FE7DD) is known color: Turquoise. HEX triplet: 4F, E7 and DD. RGB value is (79,231,221). Sum of RGB (Red+Green+Blue) = 79+231+221=531 (70% of max value = 765). Red value is 79 (31.25% from 255 or 14.88% from 531); Green value is 231 (90.62% from 255 or 43.50% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 231 - color contains mainly: green. Hex color #4FE7DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FE7DD is #B01822. Grayscale: #B8B8B8. Windows color (decimal): -11540515 or 14542671. OLE color: 14542671.
HSL color Cylindrical-coordinate representation of color #4FE7DD: hue angle of 176.05º degrees, saturation: 0.76, 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 #4FE7DD is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 79 | 231 | 221 | - |
| CMYK | 0.66 | 0 | 0.04 | 0.09 |
| HSL | 176.05º | 0.76% | 0.61% | - |
| HSV(B) | 176.05º | 0.66% | 0.91% | - |
| XYZ | 44.85 | 64.03 | 78.4 | - |
| YUV | 184.41 | 148.64 | 52.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 231 | 221 | 0.66 | 0 | 0.04 | 0.09 | 176.05 | 0.76 | 0.61 |
| Hex | 4F | E7 | DD | 42 | 0 | 4 | 9 | B0 | 4C | 3D |
| Octal | 117 | 347 | 335 | 102 | 0 | 4 | 11 | 260 | 114 | 75 |
| Binary | 1001111 | 11100111 | 11011101 | 1000010 | 0 | 100 | 1001 | 10110000 | 1001100 | 111101 |
Color Harmonies of #4FE7DD
Complementary color
Monochromatic Colors of #4FE7DD
Black with #4FE7DD
Text Example
Text Example
White with #4FE7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FE7DD; }
p { color: rgb(79,231,221); }
H1.HeaderClassName
{
color: #4FE7DD;
}
.AnyTagClassName
{
color: #4FE7DD;
}
</style>
background-color css
<style>
a { background-color: #4FE7DD; }
a { background-color: rgb(79,231,221); }
div.DivClassName
{
background-color: #4FE7DD;
}
.BgClassName
{
background-color: #4FE7DD;
}
</style>
border-color css
<style>
span { border-color: #4FE7DD; }
span { border-color: rgb(79,231,221); }
td.TdClassName
{
border-color: #4FE7DD;
}
.TagClassName
{
border-color: #4FE7DD;
}
</style>