Shades of Medium Turquoise #4DCDB8
Tints of Medium Turquoise #4DCDB8
RGB
CMYK
RGB Variations
Color information
#4DCDB8 (or 0x4DCDB8) is known color: Medium Turquoise. HEX triplet: 4D, CD and B8. RGB value is (77,205,184). Sum of RGB (Red+Green+Blue) = 77+205+184=466 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.52% from 466); Green value is 205 (80.47% from 255 or 43.99% from 466); Blue value is 184 (72.27% from 255 or 39.48% from 466); Max value from RGB is 205 - color contains mainly: green. Hex color #4DCDB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCDB8 is #B23247. Grayscale: #A4A4A4. Windows color (decimal): -11678280 or 12111181. OLE color: 12111181.
HSL color Cylindrical-coordinate representation of color #4DCDB8: hue angle of 170.16º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DCDB8 is Cyan = 0.62, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
RGB | 77 | 205 | 184 | - |
CMYK | 0.62 | 0 | 0.10 | 0.20 |
HSL | 170.16º | 0.56% | 0.55% | - |
HSV(B) | 170.16º | 0.62% | 0.8% | - |
XYZ | 33.54 | 48.7 | 52.98 | - |
YUV | 164.33 | 139.09 | 65.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 77 | 205 | 184 | 0.62 | 0 | 0.10 | 0.20 | 170.16 | 0.56 | 0.55 |
Hex | 4D | CD | B8 | 3E | 0 | A | 14 | AA | 38 | 37 |
Octal | 115 | 315 | 270 | 76 | 0 | 12 | 24 | 252 | 70 | 67 |
Binary | 1001101 | 11001101 | 10111000 | 111110 | 0 | 1010 | 10100 | 10101010 | 111000 | 110111 |
Color Harmonies of #4DCDB8
Complementary color
Monochromatic Colors of #4DCDB8
Black with #4DCDB8
Text Example
Text Example
White with #4DCDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCDB8; }
p { color: rgb(77,205,184); }
H1.HeaderClassName
{
color: #4DCDB8;
}
.AnyTagClassName
{
color: #4DCDB8;
}
</style>
background-color css
<style>
a { background-color: #4DCDB8; }
a { background-color: rgb(77,205,184); }
div.DivClassName
{
background-color: #4DCDB8;
}
.BgClassName
{
background-color: #4DCDB8;
}
</style>
border-color css
<style>
span { border-color: #4DCDB8; }
span { border-color: rgb(77,205,184); }
td.TdClassName
{
border-color: #4DCDB8;
}
.TagClassName
{
border-color: #4DCDB8;
}
</style>