Shades of Medium Turquoise #4AC1CB
Tints of Medium Turquoise #4AC1CB
RGB
CMYK
RGB Variations
Color information
#4AC1CB (or 0x4AC1CB) is known color: Medium Turquoise. HEX triplet: 4A, C1 and CB. RGB value is (74,193,203). Sum of RGB (Red+Green+Blue) = 74+193+203=470 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.74% from 470); Green value is 193 (75.78% from 255 or 41.06% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 203 - color contains mainly: blue. Hex color #4AC1CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AC1CB is #B53E34. Grayscale: #9E9E9E. Windows color (decimal): -11877941 or 13353290. OLE color: 13353290.
HSL color Cylindrical-coordinate representation of color #4AC1CB: hue angle of 184.65º 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 #4AC1CB is Cyan = 0.64, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 193 | 203 | - |
| CMYK | 0.64 | 0.05 | 0 | 0.20 |
| HSL | 184.65º | 0.55% | 0.54% | - |
| HSV(B) | 184.65º | 0.64% | 0.8% | - |
| XYZ | 32.67 | 43.91 | 63.25 | - |
| YUV | 158.56 | 153.08 | 67.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 193 | 203 | 0.64 | 0.05 | 0 | 0.20 | 184.65 | 0.55 | 0.54 |
| Hex | 4A | C1 | CB | 40 | 5 | 0 | 14 | B9 | 37 | 36 |
| Octal | 112 | 301 | 313 | 100 | 5 | 0 | 24 | 271 | 67 | 66 |
| Binary | 1001010 | 11000001 | 11001011 | 1000000 | 101 | 0 | 10100 | 10111001 | 110111 | 110110 |
Color Harmonies of #4AC1CB
Complementary color
Monochromatic Colors of #4AC1CB
Black with #4AC1CB
Text Example
Text Example
White with #4AC1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC1CB; }
p { color: rgb(74,193,203); }
H1.HeaderClassName
{
color: #4AC1CB;
}
.AnyTagClassName
{
color: #4AC1CB;
}
</style>
background-color css
<style>
a { background-color: #4AC1CB; }
a { background-color: rgb(74,193,203); }
div.DivClassName
{
background-color: #4AC1CB;
}
.BgClassName
{
background-color: #4AC1CB;
}
</style>
border-color css
<style>
span { border-color: #4AC1CB; }
span { border-color: rgb(74,193,203); }
td.TdClassName
{
border-color: #4AC1CB;
}
.TagClassName
{
border-color: #4AC1CB;
}
</style>