Shades of Medium Turquoise #4ACDCB
Tints of Medium Turquoise #4ACDCB
RGB
CMYK
RGB Variations
Color information
#4ACDCB (or 0x4ACDCB) is known color: Medium Turquoise. HEX triplet: 4A, CD and CB. RGB value is (74,205,203). Sum of RGB (Red+Green+Blue) = 74+205+203=482 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.35% from 482); Green value is 205 (80.47% from 255 or 42.53% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 205 - color contains mainly: green. Hex color #4ACDCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACDCB is #B53234. Grayscale: #A5A5A5. Windows color (decimal): -11874869 or 13356362. OLE color: 13356362.
HSL color Cylindrical-coordinate representation of color #4ACDCB: hue angle of 179.08º degrees, saturation: 0.57, 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 #4ACDCB is Cyan = 0.64, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 205 | 203 | - |
| CMYK | 0.64 | 0 | 0.01 | 0.20 |
| HSL | 179.08º | 0.57% | 0.55% | - |
| HSV(B) | 179.08º | 0.64% | 0.8% | - |
| XYZ | 35.43 | 49.43 | 64.17 | - |
| YUV | 165.6 | 149.1 | 62.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 205 | 203 | 0.64 | 0 | 0.01 | 0.20 | 179.08 | 0.57 | 0.55 |
| Hex | 4A | CD | CB | 40 | 0 | 1 | 14 | B3 | 39 | 37 |
| Octal | 112 | 315 | 313 | 100 | 0 | 1 | 24 | 263 | 71 | 67 |
| Binary | 1001010 | 11001101 | 11001011 | 1000000 | 0 | 1 | 10100 | 10110011 | 111001 | 110111 |
Color Harmonies of #4ACDCB
Complementary color
Monochromatic Colors of #4ACDCB
Black with #4ACDCB
Text Example
Text Example
White with #4ACDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACDCB; }
p { color: rgb(74,205,203); }
H1.HeaderClassName
{
color: #4ACDCB;
}
.AnyTagClassName
{
color: #4ACDCB;
}
</style>
background-color css
<style>
a { background-color: #4ACDCB; }
a { background-color: rgb(74,205,203); }
div.DivClassName
{
background-color: #4ACDCB;
}
.BgClassName
{
background-color: #4ACDCB;
}
</style>
border-color css
<style>
span { border-color: #4ACDCB; }
span { border-color: rgb(74,205,203); }
td.TdClassName
{
border-color: #4ACDCB;
}
.TagClassName
{
border-color: #4ACDCB;
}
</style>