Shades of Medium Turquoise #4AC5CC
Tints of Medium Turquoise #4AC5CC
RGB
CMYK
RGB Variations
Color information
#4AC5CC (or 0x4AC5CC) is known color: Medium Turquoise. HEX triplet: 4A, C5 and CC. RGB value is (74,197,204). Sum of RGB (Red+Green+Blue) = 74+197+204=475 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.58% from 475); Green value is 197 (77.34% from 255 or 41.47% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 204 - color contains mainly: blue. Hex color #4AC5CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AC5CC is #B53A33. Grayscale: #A0A0A0. Windows color (decimal): -11876916 or 13419850. OLE color: 13419850.
HSL color Cylindrical-coordinate representation of color #4AC5CC: hue angle of 183.23º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4AC5CC is Cyan = 0.64, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 74 | 197 | 204 | - |
| CMYK | 0.64 | 0.03 | 0 | 0.2 |
| HSL | 183.23º | 0.56% | 0.55% | - |
| HSV(B) | 183.23º | 0.64% | 0.8% | - |
| XYZ | 33.69 | 45.75 | 64.18 | - |
| YUV | 161.02 | 152.25 | 65.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 197 | 204 | 0.64 | 0.03 | 0 | 0.2 | 183.23 | 0.56 | 0.55 |
| Hex | 4A | C5 | CC | 40 | 3 | 0 | 14 | B7 | 38 | 37 |
| Octal | 112 | 305 | 314 | 100 | 3 | 0 | 24 | 267 | 70 | 67 |
| Binary | 1001010 | 11000101 | 11001100 | 1000000 | 11 | 0 | 10100 | 10110111 | 111000 | 110111 |
Color Harmonies of #4AC5CC
Complementary color
Monochromatic Colors of #4AC5CC
Black with #4AC5CC
Text Example
Text Example
White with #4AC5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC5CC; }
p { color: rgb(74,197,204); }
H1.HeaderClassName
{
color: #4AC5CC;
}
.AnyTagClassName
{
color: #4AC5CC;
}
</style>
background-color css
<style>
a { background-color: #4AC5CC; }
a { background-color: rgb(74,197,204); }
div.DivClassName
{
background-color: #4AC5CC;
}
.BgClassName
{
background-color: #4AC5CC;
}
</style>
border-color css
<style>
span { border-color: #4AC5CC; }
span { border-color: rgb(74,197,204); }
td.TdClassName
{
border-color: #4AC5CC;
}
.TagClassName
{
border-color: #4AC5CC;
}
</style>