Shades of Turquoise #4FEBDD
Tints of Turquoise #4FEBDD
RGB
CMYK
RGB Variations
Color information
#4FEBDD (or 0x4FEBDD) is known color: Turquoise. HEX triplet: 4F, EB and DD. RGB value is (79,235,221). Sum of RGB (Red+Green+Blue) = 79+235+221=535 (70% of max value = 765). Red value is 79 (31.25% from 255 or 14.77% from 535); Green value is 235 (92.19% from 255 or 43.93% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 235 - color contains mainly: green. Hex color #4FEBDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEBDD is #B01422. Grayscale: #BABABA. Windows color (decimal): -11539491 or 14543695. OLE color: 14543695.
HSL color Cylindrical-coordinate representation of color #4FEBDD: hue angle of 174.62º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4FEBDD is Cyan = 0.66, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 79 | 235 | 221 | - |
| CMYK | 0.66 | 0 | 0.06 | 0.08 |
| HSL | 174.62º | 0.8% | 0.62% | - |
| HSV(B) | 174.62º | 0.66% | 0.92% | - |
| XYZ | 45.98 | 66.3 | 78.78 | - |
| YUV | 186.76 | 147.32 | 51.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 235 | 221 | 0.66 | 0 | 0.06 | 0.08 | 174.62 | 0.8 | 0.62 |
| Hex | 4F | EB | DD | 42 | 0 | 6 | 8 | AF | 50 | 3E |
| Octal | 117 | 353 | 335 | 102 | 0 | 6 | 10 | 257 | 120 | 76 |
| Binary | 1001111 | 11101011 | 11011101 | 1000010 | 0 | 110 | 1000 | 10101111 | 1010000 | 111110 |
Color Harmonies of #4FEBDD
Complementary color
Monochromatic Colors of #4FEBDD
Black with #4FEBDD
Text Example
Text Example
White with #4FEBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEBDD; }
p { color: rgb(79,235,221); }
H1.HeaderClassName
{
color: #4FEBDD;
}
.AnyTagClassName
{
color: #4FEBDD;
}
</style>
background-color css
<style>
a { background-color: #4FEBDD; }
a { background-color: rgb(79,235,221); }
div.DivClassName
{
background-color: #4FEBDD;
}
.BgClassName
{
background-color: #4FEBDD;
}
</style>
border-color css
<style>
span { border-color: #4FEBDD; }
span { border-color: rgb(79,235,221); }
td.TdClassName
{
border-color: #4FEBDD;
}
.TagClassName
{
border-color: #4FEBDD;
}
</style>