Shades of Medium Turquoise #4DCACF
Tints of Medium Turquoise #4DCACF
RGB
CMYK
RGB Variations
Color information
#4DCACF (or 0x4DCACF) is known color: Medium Turquoise. HEX triplet: 4D, CA and CF. RGB value is (77,202,207). Sum of RGB (Red+Green+Blue) = 77+202+207=486 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.84% from 486); Green value is 202 (79.30% from 255 or 41.56% from 486); Blue value is 207 (81.25% from 255 or 42.59% from 486); Max value from RGB is 207 - color contains mainly: blue. Hex color #4DCACF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCACF is #B23530. Grayscale: #A5A5A5. Windows color (decimal): -11679025 or 13617741. OLE color: 13617741.
HSL color Cylindrical-coordinate representation of color #4DCACF: hue angle of 182.31º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4DCACF is Cyan = 0.63, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 202 | 207 | - |
| CMYK | 0.63 | 0.02 | 0 | 0.19 |
| HSL | 182.31º | 0.58% | 0.56% | - |
| HSV(B) | 182.31º | 0.63% | 0.81% | - |
| XYZ | 35.44 | 48.32 | 66.49 | - |
| YUV | 165.2 | 151.59 | 65.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 202 | 207 | 0.63 | 0.02 | 0 | 0.19 | 182.31 | 0.58 | 0.56 |
| Hex | 4D | CA | CF | 3F | 2 | 0 | 13 | B6 | 3A | 38 |
| Octal | 115 | 312 | 317 | 77 | 2 | 0 | 23 | 266 | 72 | 70 |
| Binary | 1001101 | 11001010 | 11001111 | 111111 | 10 | 0 | 10011 | 10110110 | 111010 | 111000 |
Color Harmonies of #4DCACF
Complementary color
Monochromatic Colors of #4DCACF
Black with #4DCACF
Text Example
Text Example
White with #4DCACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCACF; }
p { color: rgb(77,202,207); }
H1.HeaderClassName
{
color: #4DCACF;
}
.AnyTagClassName
{
color: #4DCACF;
}
</style>
background-color css
<style>
a { background-color: #4DCACF; }
a { background-color: rgb(77,202,207); }
div.DivClassName
{
background-color: #4DCACF;
}
.BgClassName
{
background-color: #4DCACF;
}
</style>
border-color css
<style>
span { border-color: #4DCACF; }
span { border-color: rgb(77,202,207); }
td.TdClassName
{
border-color: #4DCACF;
}
.TagClassName
{
border-color: #4DCACF;
}
</style>