Shades of Medium Turquoise #4ACBC9
Tints of Medium Turquoise #4ACBC9
RGB
CMYK
RGB Variations
Color information
#4ACBC9 (or 0x4ACBC9) is known color: Medium Turquoise. HEX triplet: 4A, CB and C9. RGB value is (74,203,201). Sum of RGB (Red+Green+Blue) = 74+203+201=478 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.48% from 478); Green value is 203 (79.69% from 255 or 42.47% from 478); Blue value is 201 (78.91% from 255 or 42.05% from 478); Max value from RGB is 203 - color contains mainly: green. Hex color #4ACBC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACBC9 is #B53436. Grayscale: #A4A4A4. Windows color (decimal): -11875383 or 13224778. OLE color: 13224778.
HSL color Cylindrical-coordinate representation of color #4ACBC9: hue angle of 179.07º 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 #4ACBC9 is Cyan = 0.64, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 203 | 201 | - |
| CMYK | 0.64 | 0 | 0.01 | 0.20 |
| HSL | 179.07º | 0.55% | 0.54% | - |
| HSV(B) | 179.07º | 0.64% | 0.8% | - |
| XYZ | 34.72 | 48.38 | 62.77 | - |
| YUV | 164.2 | 148.76 | 63.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 203 | 201 | 0.64 | 0 | 0.01 | 0.20 | 179.07 | 0.55 | 0.54 |
| Hex | 4A | CB | C9 | 40 | 0 | 1 | 14 | B3 | 37 | 36 |
| Octal | 112 | 313 | 311 | 100 | 0 | 1 | 24 | 263 | 67 | 66 |
| Binary | 1001010 | 11001011 | 11001001 | 1000000 | 0 | 1 | 10100 | 10110011 | 110111 | 110110 |
Color Harmonies of #4ACBC9
Complementary color
Monochromatic Colors of #4ACBC9
Black with #4ACBC9
Text Example
Text Example
White with #4ACBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACBC9; }
p { color: rgb(74,203,201); }
H1.HeaderClassName
{
color: #4ACBC9;
}
.AnyTagClassName
{
color: #4ACBC9;
}
</style>
background-color css
<style>
a { background-color: #4ACBC9; }
a { background-color: rgb(74,203,201); }
div.DivClassName
{
background-color: #4ACBC9;
}
.BgClassName
{
background-color: #4ACBC9;
}
</style>
border-color css
<style>
span { border-color: #4ACBC9; }
span { border-color: rgb(74,203,201); }
td.TdClassName
{
border-color: #4ACBC9;
}
.TagClassName
{
border-color: #4ACBC9;
}
</style>