Shades of Medium Turquoise #4BDAC2
Tints of Medium Turquoise #4BDAC2
RGB
CMYK
RGB Variations
Color information
#4BDAC2 (or 0x4BDAC2) is known color: Medium Turquoise. HEX triplet: 4B, DA and C2. RGB value is (75,218,194). Sum of RGB (Red+Green+Blue) = 75+218+194=487 (64% of max value = 765). Red value is 75 (29.69% from 255 or 15.40% from 487); Green value is 218 (85.55% from 255 or 44.76% from 487); Blue value is 194 (76.17% from 255 or 39.84% from 487); Max value from RGB is 218 - color contains mainly: green. Hex color #4BDAC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BDAC2 is #B4253D. Grayscale: #ACACAC. Windows color (decimal): -11806014 or 12769867. OLE color: 12769867.
HSL color Cylindrical-coordinate representation of color #4BDAC2: hue angle of 169.93º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDAC2 is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 75 | 218 | 194 | - |
| CMYK | 0.66 | 0 | 0.11 | 0.15 |
| HSL | 169.93º | 0.66% | 0.57% | - |
| HSV(B) | 169.93º | 0.66% | 0.85% | - |
| XYZ | 37.71 | 55.53 | 59.77 | - |
| YUV | 172.51 | 140.12 | 58.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 218 | 194 | 0.66 | 0 | 0.11 | 0.15 | 169.93 | 0.66 | 0.57 |
| Hex | 4B | DA | C2 | 42 | 0 | B | F | AA | 42 | 39 |
| Octal | 113 | 332 | 302 | 102 | 0 | 13 | 17 | 252 | 102 | 71 |
| Binary | 1001011 | 11011010 | 11000010 | 1000010 | 0 | 1011 | 1111 | 10101010 | 1000010 | 111001 |
Color Harmonies of #4BDAC2
Complementary color
Monochromatic Colors of #4BDAC2
Black with #4BDAC2
Text Example
Text Example
White with #4BDAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDAC2; }
p { color: rgb(75,218,194); }
H1.HeaderClassName
{
color: #4BDAC2;
}
.AnyTagClassName
{
color: #4BDAC2;
}
</style>
background-color css
<style>
a { background-color: #4BDAC2; }
a { background-color: rgb(75,218,194); }
div.DivClassName
{
background-color: #4BDAC2;
}
.BgClassName
{
background-color: #4BDAC2;
}
</style>
border-color css
<style>
span { border-color: #4BDAC2; }
span { border-color: rgb(75,218,194); }
td.TdClassName
{
border-color: #4BDAC2;
}
.TagClassName
{
border-color: #4BDAC2;
}
</style>