Shades of Turquoise #4DFCDB
Tints of Turquoise #4DFCDB
RGB
CMYK
RGB Variations
Color information
#4DFCDB (or 0x4DFCDB) is known color: Turquoise. HEX triplet: 4D, FC and DB. RGB value is (77,252,219). Sum of RGB (Red+Green+Blue) = 77+252+219=548 (72% of max value = 765). Red value is 77 (30.47% from 255 or 14.05% from 548); Green value is 252 (98.83% from 255 or 45.99% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 252 - color contains mainly: green. Hex color #4DFCDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFCDB is #B20324. Grayscale: #C3C3C3. Windows color (decimal): -11666213 or 14416973. OLE color: 14416973.
HSL color Cylindrical-coordinate representation of color #4DFCDB: hue angle of 168.69º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DFCDB is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 252 | 219 | - |
| CMYK | 0.69 | 0 | 0.13 | 0.01 |
| HSL | 168.69º | 0.97% | 0.65% | - |
| HSV(B) | 168.69º | 0.69% | 0.99% | - |
| XYZ | 50.66 | 76.31 | 79.08 | - |
| YUV | 195.91 | 141.02 | 43.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 252 | 219 | 0.69 | 0 | 0.13 | 0.01 | 168.69 | 0.97 | 0.65 |
| Hex | 4D | FC | DB | 45 | 0 | D | 1 | A9 | 61 | 41 |
| Octal | 115 | 374 | 333 | 105 | 0 | 15 | 1 | 251 | 141 | 101 |
| Binary | 1001101 | 11111100 | 11011011 | 1000101 | 0 | 1101 | 1 | 10101001 | 1100001 | 1000001 |
Color Harmonies of #4DFCDB
Complementary color
Monochromatic Colors of #4DFCDB
Black with #4DFCDB
Text Example
Text Example
White with #4DFCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFCDB; }
p { color: rgb(77,252,219); }
H1.HeaderClassName
{
color: #4DFCDB;
}
.AnyTagClassName
{
color: #4DFCDB;
}
</style>
background-color css
<style>
a { background-color: #4DFCDB; }
a { background-color: rgb(77,252,219); }
div.DivClassName
{
background-color: #4DFCDB;
}
.BgClassName
{
background-color: #4DFCDB;
}
</style>
border-color css
<style>
span { border-color: #4DFCDB; }
span { border-color: rgb(77,252,219); }
td.TdClassName
{
border-color: #4DFCDB;
}
.TagClassName
{
border-color: #4DFCDB;
}
</style>