Shades of Medium Turquoise #4ACBB6
Tints of Medium Turquoise #4ACBB6
RGB
CMYK
RGB Variations
Color information
#4ACBB6 (or 0x4ACBB6) is known color: Medium Turquoise. HEX triplet: 4A, CB and B6. RGB value is (74,203,182). Sum of RGB (Red+Green+Blue) = 74+203+182=459 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.12% from 459); Green value is 203 (79.69% from 255 or 44.23% from 459); Blue value is 182 (71.48% from 255 or 39.65% from 459); Max value from RGB is 203 - color contains mainly: green. Hex color #4ACBB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACBB6 is #B53449. Grayscale: #A1A1A1. Windows color (decimal): -11875402 or 11979594. OLE color: 11979594.
HSL color Cylindrical-coordinate representation of color #4ACBB6: hue angle of 170.23º 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 #4ACBB6 is Cyan = 0.64, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 203 | 182 | - |
| CMYK | 0.64 | 0 | 0.10 | 0.20 |
| HSL | 170.23º | 0.55% | 0.54% | - |
| HSV(B) | 170.23º | 0.64% | 0.8% | - |
| XYZ | 32.62 | 47.55 | 51.71 | - |
| YUV | 162.04 | 139.26 | 65.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 203 | 182 | 0.64 | 0 | 0.10 | 0.20 | 170.23 | 0.55 | 0.54 |
| Hex | 4A | CB | B6 | 40 | 0 | A | 14 | AA | 37 | 36 |
| Octal | 112 | 313 | 266 | 100 | 0 | 12 | 24 | 252 | 67 | 66 |
| Binary | 1001010 | 11001011 | 10110110 | 1000000 | 0 | 1010 | 10100 | 10101010 | 110111 | 110110 |
Color Harmonies of #4ACBB6
Complementary color
Monochromatic Colors of #4ACBB6
Black with #4ACBB6
Text Example
Text Example
White with #4ACBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACBB6; }
p { color: rgb(74,203,182); }
H1.HeaderClassName
{
color: #4ACBB6;
}
.AnyTagClassName
{
color: #4ACBB6;
}
</style>
background-color css
<style>
a { background-color: #4ACBB6; }
a { background-color: rgb(74,203,182); }
div.DivClassName
{
background-color: #4ACBB6;
}
.BgClassName
{
background-color: #4ACBB6;
}
</style>
border-color css
<style>
span { border-color: #4ACBB6; }
span { border-color: rgb(74,203,182); }
td.TdClassName
{
border-color: #4ACBB6;
}
.TagClassName
{
border-color: #4ACBB6;
}
</style>