Shades of Medium Turquoise #4DCBDA
Tints of Medium Turquoise #4DCBDA
RGB
CMYK
RGB Variations
Color information
#4DCBDA (or 0x4DCBDA) is known color: Medium Turquoise. HEX triplet: 4D, CB and DA. RGB value is (77,203,218). Sum of RGB (Red+Green+Blue) = 77+203+218=498 (65% of max value = 765). Red value is 77 (30.47% from 255 or 15.46% from 498); Green value is 203 (79.69% from 255 or 40.76% from 498); Blue value is 218 (85.55% from 255 or 43.78% from 498); Max value from RGB is 218 - color contains mainly: blue. Hex color #4DCBDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCBDA is #B23425. Grayscale: #A6A6A6. Windows color (decimal): -11678758 or 14338893. OLE color: 14338893.
HSL color Cylindrical-coordinate representation of color #4DCBDA: hue angle of 186.38º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DCBDA is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 203 | 218 | - |
| CMYK | 0.65 | 0.07 | 0 | 0.15 |
| HSL | 186.38º | 0.66% | 0.58% | - |
| HSV(B) | 186.38º | 0.65% | 0.85% | - |
| XYZ | 37.07 | 49.35 | 73.9 | - |
| YUV | 167.04 | 156.76 | 63.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 203 | 218 | 0.65 | 0.07 | 0 | 0.15 | 186.38 | 0.66 | 0.58 |
| Hex | 4D | CB | DA | 41 | 7 | 0 | F | BA | 42 | 3A |
| Octal | 115 | 313 | 332 | 101 | 7 | 0 | 17 | 272 | 102 | 72 |
| Binary | 1001101 | 11001011 | 11011010 | 1000001 | 111 | 0 | 1111 | 10111010 | 1000010 | 111010 |
Color Harmonies of #4DCBDA
Complementary color
Monochromatic Colors of #4DCBDA
Black with #4DCBDA
Text Example
Text Example
White with #4DCBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCBDA; }
p { color: rgb(77,203,218); }
H1.HeaderClassName
{
color: #4DCBDA;
}
.AnyTagClassName
{
color: #4DCBDA;
}
</style>
background-color css
<style>
a { background-color: #4DCBDA; }
a { background-color: rgb(77,203,218); }
div.DivClassName
{
background-color: #4DCBDA;
}
.BgClassName
{
background-color: #4DCBDA;
}
</style>
border-color css
<style>
span { border-color: #4DCBDA; }
span { border-color: rgb(77,203,218); }
td.TdClassName
{
border-color: #4DCBDA;
}
.TagClassName
{
border-color: #4DCBDA;
}
</style>