Shades of Turquoise #4DF0D6
Tints of Turquoise #4DF0D6
RGB
CMYK
RGB Variations
Color information
#4DF0D6 (or 0x4DF0D6) is known color: Turquoise. HEX triplet: 4D, F0 and D6. RGB value is (77,240,214). Sum of RGB (Red+Green+Blue) = 77+240+214=531 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.50% from 531); Green value is 240 (94.14% from 255 or 45.20% from 531); Blue value is 214 (83.98% from 255 or 40.30% from 531); Max value from RGB is 240 - color contains mainly: green. Hex color #4DF0D6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DF0D6 is #B20F29. Grayscale: #BCBCBC. Windows color (decimal): -11669290 or 14086221. OLE color: 14086221.
HSL color Cylindrical-coordinate representation of color #4DF0D6: hue angle of 170.43º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DF0D6 is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 77 | 240 | 214 | - |
| CMYK | 0.68 | 0 | 0.11 | 0.06 |
| HSL | 170.43º | 0.84% | 0.62% | - |
| HSV(B) | 170.43º | 0.68% | 0.94% | - |
| XYZ | 46.36 | 68.75 | 74.45 | - |
| YUV | 188.3 | 142.5 | 48.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 240 | 214 | 0.68 | 0 | 0.11 | 0.06 | 170.43 | 0.84 | 0.62 |
| Hex | 4D | F0 | D6 | 44 | 0 | B | 6 | AA | 54 | 3E |
| Octal | 115 | 360 | 326 | 104 | 0 | 13 | 6 | 252 | 124 | 76 |
| Binary | 1001101 | 11110000 | 11010110 | 1000100 | 0 | 1011 | 110 | 10101010 | 1010100 | 111110 |
Color Harmonies of #4DF0D6
Complementary color
Monochromatic Colors of #4DF0D6
Black with #4DF0D6
Text Example
Text Example
White with #4DF0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF0D6; }
p { color: rgb(77,240,214); }
H1.HeaderClassName
{
color: #4DF0D6;
}
.AnyTagClassName
{
color: #4DF0D6;
}
</style>
background-color css
<style>
a { background-color: #4DF0D6; }
a { background-color: rgb(77,240,214); }
div.DivClassName
{
background-color: #4DF0D6;
}
.BgClassName
{
background-color: #4DF0D6;
}
</style>
border-color css
<style>
span { border-color: #4DF0D6; }
span { border-color: rgb(77,240,214); }
td.TdClassName
{
border-color: #4DF0D6;
}
.TagClassName
{
border-color: #4DF0D6;
}
</style>