Shades of Medium Turquoise #4ACCCB
Tints of Medium Turquoise #4ACCCB
RGB
CMYK
RGB Variations
Color information
#4ACCCB (or 0x4ACCCB) is known color: Medium Turquoise. HEX triplet: 4A, CC and CB. RGB value is (74,204,203). Sum of RGB (Red+Green+Blue) = 74+204+203=481 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.38% from 481); Green value is 204 (80.08% from 255 or 42.41% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 204 - color contains mainly: green. Hex color #4ACCCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACCCB is #B53334. Grayscale: #A4A4A4. Windows color (decimal): -11875125 or 13356106. OLE color: 13356106.
HSL color Cylindrical-coordinate representation of color #4ACCCB: hue angle of 179.54º 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 #4ACCCB is Cyan = 0.64, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 74 | 204 | 203 | - |
| CMYK | 0.64 | 0 | 0.00 | 0.2 |
| HSL | 179.54º | 0.56% | 0.55% | - |
| HSV(B) | 179.54º | 0.64% | 0.8% | - |
| XYZ | 35.2 | 48.95 | 64.09 | - |
| YUV | 165.02 | 149.43 | 63.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 204 | 203 | 0.64 | 0 | 0.00 | 0.2 | 179.54 | 0.56 | 0.55 |
| Hex | 4A | CC | CB | 40 | 0 | 0 | 14 | B4 | 38 | 37 |
| Octal | 112 | 314 | 313 | 100 | 0 | 0 | 24 | 264 | 70 | 67 |
| Binary | 1001010 | 11001100 | 11001011 | 1000000 | 0 | 0 | 10100 | 10110100 | 111000 | 110111 |
Color Harmonies of #4ACCCB
Complementary color
Monochromatic Colors of #4ACCCB
Black with #4ACCCB
Text Example
Text Example
White with #4ACCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACCCB; }
p { color: rgb(74,204,203); }
H1.HeaderClassName
{
color: #4ACCCB;
}
.AnyTagClassName
{
color: #4ACCCB;
}
</style>
background-color css
<style>
a { background-color: #4ACCCB; }
a { background-color: rgb(74,204,203); }
div.DivClassName
{
background-color: #4ACCCB;
}
.BgClassName
{
background-color: #4ACCCB;
}
</style>
border-color css
<style>
span { border-color: #4ACCCB; }
span { border-color: rgb(74,204,203); }
td.TdClassName
{
border-color: #4ACCCB;
}
.TagClassName
{
border-color: #4ACCCB;
}
</style>