Shades of Turquoise #4DF9DB
Tints of Turquoise #4DF9DB
RGB
CMYK
RGB Variations
Color information
#4DF9DB (or 0x4DF9DB) is known color: Turquoise. HEX triplet: 4D, F9 and DB. RGB value is (77,249,219). Sum of RGB (Red+Green+Blue) = 77+249+219=545 (72% of max value = 765). Red value is 77 (30.47% from 255 or 14.13% from 545); Green value is 249 (97.66% from 255 or 45.69% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 249 - color contains mainly: green. Hex color #4DF9DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DF9DB is #B20624. Grayscale: #C2C2C2. Windows color (decimal): -11666981 or 14416205. OLE color: 14416205.
HSL color Cylindrical-coordinate representation of color #4DF9DB: hue angle of 169.53º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DF9DB is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 249 | 219 | - |
| CMYK | 0.69 | 0 | 0.12 | 0.02 |
| HSL | 169.53º | 0.93% | 0.64% | - |
| HSV(B) | 169.53º | 0.69% | 0.98% | - |
| XYZ | 49.72 | 74.44 | 78.77 | - |
| YUV | 194.15 | 142.02 | 44.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 249 | 219 | 0.69 | 0 | 0.12 | 0.02 | 169.53 | 0.93 | 0.64 |
| Hex | 4D | F9 | DB | 45 | 0 | C | 2 | AA | 5D | 40 |
| Octal | 115 | 371 | 333 | 105 | 0 | 14 | 2 | 252 | 135 | 100 |
| Binary | 1001101 | 11111001 | 11011011 | 1000101 | 0 | 1100 | 10 | 10101010 | 1011101 | 1000000 |
Color Harmonies of #4DF9DB
Complementary color
Monochromatic Colors of #4DF9DB
Black with #4DF9DB
Text Example
Text Example
White with #4DF9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF9DB; }
p { color: rgb(77,249,219); }
H1.HeaderClassName
{
color: #4DF9DB;
}
.AnyTagClassName
{
color: #4DF9DB;
}
</style>
background-color css
<style>
a { background-color: #4DF9DB; }
a { background-color: rgb(77,249,219); }
div.DivClassName
{
background-color: #4DF9DB;
}
.BgClassName
{
background-color: #4DF9DB;
}
</style>
border-color css
<style>
span { border-color: #4DF9DB; }
span { border-color: rgb(77,249,219); }
td.TdClassName
{
border-color: #4DF9DB;
}
.TagClassName
{
border-color: #4DF9DB;
}
</style>