Shades of Medium Turquoise #4ACBC5
Tints of Medium Turquoise #4ACBC5
RGB
CMYK
RGB Variations
Color information
#4ACBC5 (or 0x4ACBC5) is known color: Medium Turquoise. HEX triplet: 4A, CB and C5. RGB value is (74,203,197). Sum of RGB (Red+Green+Blue) = 74+203+197=474 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.61% from 474); Green value is 203 (79.69% from 255 or 42.83% from 474); Blue value is 197 (77.34% from 255 or 41.56% from 474); Max value from RGB is 203 - color contains mainly: green. Hex color #4ACBC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACBC5 is #B5343A. Grayscale: #A3A3A3. Windows color (decimal): -11875387 or 12962634. OLE color: 12962634.
HSL color Cylindrical-coordinate representation of color #4ACBC5: hue angle of 177.21º 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 #4ACBC5 is Cyan = 0.64, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 203 | 197 | - |
| CMYK | 0.64 | 0 | 0.03 | 0.20 |
| HSL | 177.21º | 0.55% | 0.54% | - |
| HSV(B) | 177.21º | 0.64% | 0.8% | - |
| XYZ | 34.26 | 48.2 | 60.32 | - |
| YUV | 163.75 | 146.76 | 63.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 203 | 197 | 0.64 | 0 | 0.03 | 0.20 | 177.21 | 0.55 | 0.54 |
| Hex | 4A | CB | C5 | 40 | 0 | 3 | 14 | B1 | 37 | 36 |
| Octal | 112 | 313 | 305 | 100 | 0 | 3 | 24 | 261 | 67 | 66 |
| Binary | 1001010 | 11001011 | 11000101 | 1000000 | 0 | 11 | 10100 | 10110001 | 110111 | 110110 |
Color Harmonies of #4ACBC5
Complementary color
Monochromatic Colors of #4ACBC5
Black with #4ACBC5
Text Example
Text Example
White with #4ACBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACBC5; }
p { color: rgb(74,203,197); }
H1.HeaderClassName
{
color: #4ACBC5;
}
.AnyTagClassName
{
color: #4ACBC5;
}
</style>
background-color css
<style>
a { background-color: #4ACBC5; }
a { background-color: rgb(74,203,197); }
div.DivClassName
{
background-color: #4ACBC5;
}
.BgClassName
{
background-color: #4ACBC5;
}
</style>
border-color css
<style>
span { border-color: #4ACBC5; }
span { border-color: rgb(74,203,197); }
td.TdClassName
{
border-color: #4ACBC5;
}
.TagClassName
{
border-color: #4ACBC5;
}
</style>