Shades of Medium Turquoise #4AC3CC
Tints of Medium Turquoise #4AC3CC
RGB
CMYK
RGB Variations
Color information
#4AC3CC (or 0x4AC3CC) is known color: Medium Turquoise. HEX triplet: 4A, C3 and CC. RGB value is (74,195,204). Sum of RGB (Red+Green+Blue) = 74+195+204=473 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.64% from 473); Green value is 195 (76.56% from 255 or 41.23% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #4AC3CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AC3CC is #B53C33. Grayscale: #9F9F9F. Windows color (decimal): -11877428 or 13419338. OLE color: 13419338.
HSL color Cylindrical-coordinate representation of color #4AC3CC: hue angle of 184.15º 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 #4AC3CC is Cyan = 0.64, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 74 | 195 | 204 | - |
| CMYK | 0.64 | 0.04 | 0 | 0.2 |
| HSL | 184.15º | 0.56% | 0.55% | - |
| HSV(B) | 184.15º | 0.64% | 0.8% | - |
| XYZ | 33.24 | 44.85 | 64.03 | - |
| YUV | 159.85 | 152.91 | 66.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 195 | 204 | 0.64 | 0.04 | 0 | 0.2 | 184.15 | 0.56 | 0.55 |
| Hex | 4A | C3 | CC | 40 | 4 | 0 | 14 | B8 | 38 | 37 |
| Octal | 112 | 303 | 314 | 100 | 4 | 0 | 24 | 270 | 70 | 67 |
| Binary | 1001010 | 11000011 | 11001100 | 1000000 | 100 | 0 | 10100 | 10111000 | 111000 | 110111 |
Color Harmonies of #4AC3CC
Complementary color
Monochromatic Colors of #4AC3CC
Black with #4AC3CC
Text Example
Text Example
White with #4AC3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC3CC; }
p { color: rgb(74,195,204); }
H1.HeaderClassName
{
color: #4AC3CC;
}
.AnyTagClassName
{
color: #4AC3CC;
}
</style>
background-color css
<style>
a { background-color: #4AC3CC; }
a { background-color: rgb(74,195,204); }
div.DivClassName
{
background-color: #4AC3CC;
}
.BgClassName
{
background-color: #4AC3CC;
}
</style>
border-color css
<style>
span { border-color: #4AC3CC; }
span { border-color: rgb(74,195,204); }
td.TdClassName
{
border-color: #4AC3CC;
}
.TagClassName
{
border-color: #4AC3CC;
}
</style>