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