Shades of Medium Turquoise #4DCABF
Tints of Medium Turquoise #4DCABF
RGB
CMYK
RGB Variations
Color information
#4DCABF (or 0x4DCABF) is known color: Medium Turquoise. HEX triplet: 4D, CA and BF. RGB value is (77,202,191). Sum of RGB (Red+Green+Blue) = 77+202+191=470 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.38% from 470); Green value is 202 (79.30% from 255 or 42.98% from 470); Blue value is 191 (75% from 255 or 40.64% from 470); Max value from RGB is 202 - color contains mainly: green. Hex color #4DCABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCABF is #B23540. Grayscale: #A3A3A3. Windows color (decimal): -11679041 or 12569165. OLE color: 12569165.
HSL color Cylindrical-coordinate representation of color #4DCABF: hue angle of 174.72º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DCABF is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 77 | 202 | 191 | - |
| CMYK | 0.62 | 0 | 0.05 | 0.21 |
| HSL | 174.72º | 0.54% | 0.55% | - |
| HSV(B) | 174.72º | 0.62% | 0.79% | - |
| XYZ | 33.59 | 47.58 | 56.7 | - |
| YUV | 163.37 | 143.59 | 66.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 202 | 191 | 0.62 | 0 | 0.05 | 0.21 | 174.72 | 0.54 | 0.55 |
| Hex | 4D | CA | BF | 3E | 0 | 5 | 15 | AF | 36 | 37 |
| Octal | 115 | 312 | 277 | 76 | 0 | 5 | 25 | 257 | 66 | 67 |
| Binary | 1001101 | 11001010 | 10111111 | 111110 | 0 | 101 | 10101 | 10101111 | 110110 | 110111 |
Color Harmonies of #4DCABF
Complementary color
Monochromatic Colors of #4DCABF
Black with #4DCABF
Text Example
Text Example
White with #4DCABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCABF; }
p { color: rgb(77,202,191); }
H1.HeaderClassName
{
color: #4DCABF;
}
.AnyTagClassName
{
color: #4DCABF;
}
</style>
background-color css
<style>
a { background-color: #4DCABF; }
a { background-color: rgb(77,202,191); }
div.DivClassName
{
background-color: #4DCABF;
}
.BgClassName
{
background-color: #4DCABF;
}
</style>
border-color css
<style>
span { border-color: #4DCABF; }
span { border-color: rgb(77,202,191); }
td.TdClassName
{
border-color: #4DCABF;
}
.TagClassName
{
border-color: #4DCABF;
}
</style>