Shades of Turquoise #4DF8DF
Tints of Turquoise #4DF8DF
RGB
CMYK
RGB Variations
Color information
#4DF8DF (or 0x4DF8DF) is known color: Turquoise. HEX triplet: 4D, F8 and DF. RGB value is (77,248,223). Sum of RGB (Red+Green+Blue) = 77+248+223=548 (72% of max value = 765). Red value is 77 (30.47% from 255 or 14.05% from 548); Green value is 248 (97.27% from 255 or 45.26% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 248 - color contains mainly: green. Hex color #4DF8DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DF8DF is #B20720. Grayscale: #C1C1C1. Windows color (decimal): -11667233 or 14678093. OLE color: 14678093.
HSL color Cylindrical-coordinate representation of color #4DF8DF: hue angle of 171.23º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DF8DF is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 77 | 248 | 223 | - |
| CMYK | 0.69 | 0 | 0.10 | 0.03 |
| HSL | 171.23º | 0.92% | 0.64% | - |
| HSV(B) | 171.23º | 0.69% | 0.97% | - |
| XYZ | 49.95 | 74.04 | 81.47 | - |
| YUV | 194.02 | 144.35 | 44.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 248 | 223 | 0.69 | 0 | 0.10 | 0.03 | 171.23 | 0.92 | 0.64 |
| Hex | 4D | F8 | DF | 45 | 0 | A | 3 | AB | 5C | 40 |
| Octal | 115 | 370 | 337 | 105 | 0 | 12 | 3 | 253 | 134 | 100 |
| Binary | 1001101 | 11111000 | 11011111 | 1000101 | 0 | 1010 | 11 | 10101011 | 1011100 | 1000000 |
Color Harmonies of #4DF8DF
Complementary color
Monochromatic Colors of #4DF8DF
Black with #4DF8DF
Text Example
Text Example
White with #4DF8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF8DF; }
p { color: rgb(77,248,223); }
H1.HeaderClassName
{
color: #4DF8DF;
}
.AnyTagClassName
{
color: #4DF8DF;
}
</style>
background-color css
<style>
a { background-color: #4DF8DF; }
a { background-color: rgb(77,248,223); }
div.DivClassName
{
background-color: #4DF8DF;
}
.BgClassName
{
background-color: #4DF8DF;
}
</style>
border-color css
<style>
span { border-color: #4DF8DF; }
span { border-color: rgb(77,248,223); }
td.TdClassName
{
border-color: #4DF8DF;
}
.TagClassName
{
border-color: #4DF8DF;
}
</style>