Shades of Medium Turquoise #4DD0D2
Tints of Medium Turquoise #4DD0D2
RGB
CMYK
RGB Variations
Color information
#4DD0D2 (or 0x4DD0D2) is known color: Medium Turquoise. HEX triplet: 4D, D0 and D2. RGB value is (77,208,210). Sum of RGB (Red+Green+Blue) = 77+208+210=495 (65% of max value = 765). Red value is 77 (30.47% from 255 or 15.56% from 495); Green value is 208 (81.64% from 255 or 42.02% from 495); Blue value is 210 (82.42% from 255 or 42.42% from 495); Max value from RGB is 210 - color contains mainly: blue. Hex color #4DD0D2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DD0D2 is #B22F2D. Grayscale: #A8A8A8. Windows color (decimal): -11677486 or 13815885. OLE color: 13815885.
HSL color Cylindrical-coordinate representation of color #4DD0D2: hue angle of 180.9º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4DD0D2 is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 77 | 208 | 210 | - |
| CMYK | 0.63 | 0.01 | 0 | 0.18 |
| HSL | 180.9º | 0.6% | 0.56% | - |
| HSV(B) | 180.9º | 0.63% | 0.82% | - |
| XYZ | 37.25 | 51.34 | 68.92 | - |
| YUV | 169.06 | 151.1 | 62.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 208 | 210 | 0.63 | 0.01 | 0 | 0.18 | 180.9 | 0.6 | 0.56 |
| Hex | 4D | D0 | D2 | 3F | 1 | 0 | 12 | B5 | 3C | 38 |
| Octal | 115 | 320 | 322 | 77 | 1 | 0 | 22 | 265 | 74 | 70 |
| Binary | 1001101 | 11010000 | 11010010 | 111111 | 1 | 0 | 10010 | 10110101 | 111100 | 111000 |
Color Harmonies of #4DD0D2
Complementary color
Monochromatic Colors of #4DD0D2
Black with #4DD0D2
Text Example
Text Example
White with #4DD0D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD0D2; }
p { color: rgb(77,208,210); }
H1.HeaderClassName
{
color: #4DD0D2;
}
.AnyTagClassName
{
color: #4DD0D2;
}
</style>
background-color css
<style>
a { background-color: #4DD0D2; }
a { background-color: rgb(77,208,210); }
div.DivClassName
{
background-color: #4DD0D2;
}
.BgClassName
{
background-color: #4DD0D2;
}
</style>
border-color css
<style>
span { border-color: #4DD0D2; }
span { border-color: rgb(77,208,210); }
td.TdClassName
{
border-color: #4DD0D2;
}
.TagClassName
{
border-color: #4DD0D2;
}
</style>