Shades of Turquoise #4FEBDB
Tints of Turquoise #4FEBDB
RGB
CMYK
RGB Variations
Color information
#4FEBDB (or 0x4FEBDB) is known color: Turquoise. HEX triplet: 4F, EB and DB. RGB value is (79,235,219). Sum of RGB (Red+Green+Blue) = 79+235+219=533 (70% of max value = 765). Red value is 79 (31.25% from 255 or 14.82% from 533); Green value is 235 (92.19% from 255 or 44.09% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 235 - color contains mainly: green. Hex color #4FEBDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEBDB is #B01424. Grayscale: #BABABA. Windows color (decimal): -11539493 or 14412623. OLE color: 14412623.
HSL color Cylindrical-coordinate representation of color #4FEBDB: hue angle of 173.85º 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 #4FEBDB is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 79 | 235 | 219 | - |
| CMYK | 0.66 | 0 | 0.07 | 0.08 |
| HSL | 173.85º | 0.8% | 0.62% | - |
| HSV(B) | 173.85º | 0.66% | 0.92% | - |
| XYZ | 45.72 | 66.19 | 77.38 | - |
| YUV | 186.53 | 146.32 | 51.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 235 | 219 | 0.66 | 0 | 0.07 | 0.08 | 173.85 | 0.8 | 0.62 |
| Hex | 4F | EB | DB | 42 | 0 | 7 | 8 | AE | 50 | 3E |
| Octal | 117 | 353 | 333 | 102 | 0 | 7 | 10 | 256 | 120 | 76 |
| Binary | 1001111 | 11101011 | 11011011 | 1000010 | 0 | 111 | 1000 | 10101110 | 1010000 | 111110 |
Color Harmonies of #4FEBDB
Complementary color
Monochromatic Colors of #4FEBDB
Black with #4FEBDB
Text Example
Text Example
White with #4FEBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEBDB; }
p { color: rgb(79,235,219); }
H1.HeaderClassName
{
color: #4FEBDB;
}
.AnyTagClassName
{
color: #4FEBDB;
}
</style>
background-color css
<style>
a { background-color: #4FEBDB; }
a { background-color: rgb(79,235,219); }
div.DivClassName
{
background-color: #4FEBDB;
}
.BgClassName
{
background-color: #4FEBDB;
}
</style>
border-color css
<style>
span { border-color: #4FEBDB; }
span { border-color: rgb(79,235,219); }
td.TdClassName
{
border-color: #4FEBDB;
}
.TagClassName
{
border-color: #4FEBDB;
}
</style>