Shades of Medium Turquoise #4AC6CB
Tints of Medium Turquoise #4AC6CB
RGB
CMYK
RGB Variations
Color information
#4AC6CB (or 0x4AC6CB) is known color: Medium Turquoise. HEX triplet: 4A, C6 and CB. RGB value is (74,198,203). Sum of RGB (Red+Green+Blue) = 74+198+203=475 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.58% from 475); Green value is 198 (77.73% from 255 or 41.68% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 203 - color contains mainly: blue. Hex color #4AC6CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AC6CB is #B53934. Grayscale: #A1A1A1. Windows color (decimal): -11876661 or 13354570. OLE color: 13354570.
HSL color Cylindrical-coordinate representation of color #4AC6CB: hue angle of 182.33º 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 #4AC6CB is Cyan = 0.64, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 198 | 203 | - |
| CMYK | 0.64 | 0.02 | 0 | 0.20 |
| HSL | 182.33º | 0.55% | 0.54% | - |
| HSV(B) | 182.33º | 0.64% | 0.8% | - |
| XYZ | 33.8 | 46.16 | 63.63 | - |
| YUV | 161.49 | 151.42 | 65.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 198 | 203 | 0.64 | 0.02 | 0 | 0.20 | 182.33 | 0.55 | 0.54 |
| Hex | 4A | C6 | CB | 40 | 2 | 0 | 14 | B6 | 37 | 36 |
| Octal | 112 | 306 | 313 | 100 | 2 | 0 | 24 | 266 | 67 | 66 |
| Binary | 1001010 | 11000110 | 11001011 | 1000000 | 10 | 0 | 10100 | 10110110 | 110111 | 110110 |
Color Harmonies of #4AC6CB
Complementary color
Monochromatic Colors of #4AC6CB
Black with #4AC6CB
Text Example
Text Example
White with #4AC6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC6CB; }
p { color: rgb(74,198,203); }
H1.HeaderClassName
{
color: #4AC6CB;
}
.AnyTagClassName
{
color: #4AC6CB;
}
</style>
background-color css
<style>
a { background-color: #4AC6CB; }
a { background-color: rgb(74,198,203); }
div.DivClassName
{
background-color: #4AC6CB;
}
.BgClassName
{
background-color: #4AC6CB;
}
</style>
border-color css
<style>
span { border-color: #4AC6CB; }
span { border-color: rgb(74,198,203); }
td.TdClassName
{
border-color: #4AC6CB;
}
.TagClassName
{
border-color: #4AC6CB;
}
</style>