Shades of Medium Turquoise #4ACBBD
Tints of Medium Turquoise #4ACBBD
RGB
CMYK
RGB Variations
Color information
#4ACBBD (or 0x4ACBBD) is known color: Medium Turquoise. HEX triplet: 4A, CB and BD. RGB value is (74,203,189). Sum of RGB (Red+Green+Blue) = 74+203+189=466 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.88% from 466); Green value is 203 (79.69% from 255 or 43.56% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 203 - color contains mainly: green. Hex color #4ACBBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACBBD is #B53442. Grayscale: #A2A2A2. Windows color (decimal): -11875395 or 12438346. OLE color: 12438346.
HSL color Cylindrical-coordinate representation of color #4ACBBD: hue angle of 173.49º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ACBBD is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 203 | 189 | - |
| CMYK | 0.64 | 0 | 0.07 | 0.20 |
| HSL | 173.49º | 0.55% | 0.54% | - |
| HSV(B) | 173.49º | 0.64% | 0.8% | - |
| XYZ | 33.37 | 47.84 | 55.62 | - |
| YUV | 162.83 | 142.76 | 64.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 203 | 189 | 0.64 | 0 | 0.07 | 0.20 | 173.49 | 0.55 | 0.54 |
| Hex | 4A | CB | BD | 40 | 0 | 7 | 14 | AD | 37 | 36 |
| Octal | 112 | 313 | 275 | 100 | 0 | 7 | 24 | 255 | 67 | 66 |
| Binary | 1001010 | 11001011 | 10111101 | 1000000 | 0 | 111 | 10100 | 10101101 | 110111 | 110110 |
Color Harmonies of #4ACBBD
Complementary color
Monochromatic Colors of #4ACBBD
Black with #4ACBBD
Text Example
Text Example
White with #4ACBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACBBD; }
p { color: rgb(74,203,189); }
H1.HeaderClassName
{
color: #4ACBBD;
}
.AnyTagClassName
{
color: #4ACBBD;
}
</style>
background-color css
<style>
a { background-color: #4ACBBD; }
a { background-color: rgb(74,203,189); }
div.DivClassName
{
background-color: #4ACBBD;
}
.BgClassName
{
background-color: #4ACBBD;
}
</style>
border-color css
<style>
span { border-color: #4ACBBD; }
span { border-color: rgb(74,203,189); }
td.TdClassName
{
border-color: #4ACBBD;
}
.TagClassName
{
border-color: #4ACBBD;
}
</style>