Shades of Medium Turquoise #4ACDCD
Tints of Medium Turquoise #4ACDCD
RGB
CMYK
RGB Variations
Color information
#4ACDCD (or 0x4ACDCD) is known color: Medium Turquoise. HEX triplet: 4A, CD and CD. RGB value is (74,205,205). Sum of RGB (Red+Green+Blue) = 74+205+205=484 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.29% from 484); Green value is 205 (80.47% from 255 or 42.36% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #4ACDCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACDCD is #B53232. Grayscale: #A5A5A5. Windows color (decimal): -11874867 or 13487434. OLE color: 13487434.
HSL color Cylindrical-coordinate representation of color #4ACDCD: hue angle of 180º 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 #4ACDCD is Cyan = 0.64, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 205 | 205 | - |
| CMYK | 0.64 | 0 | 0 | 0.20 |
| HSL | 180º | 0.57% | 0.55% | - |
| HSV(B) | 180º | 0.64% | 0.8% | - |
| XYZ | 35.67 | 49.53 | 65.44 | - |
| YUV | 165.83 | 150.1 | 62.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 205 | 205 | 0.64 | 0 | 0 | 0.20 | 180 | 0.57 | 0.55 |
| Hex | 4A | CD | CD | 40 | 0 | 0 | 14 | B4 | 39 | 37 |
| Octal | 112 | 315 | 315 | 100 | 0 | 0 | 24 | 264 | 71 | 67 |
| Binary | 1001010 | 11001101 | 11001101 | 1000000 | 0 | 0 | 10100 | 10110100 | 111001 | 110111 |
Color Harmonies of #4ACDCD
Complementary color
Monochromatic Colors of #4ACDCD
Black with #4ACDCD
Text Example
Text Example
White with #4ACDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACDCD; }
p { color: rgb(74,205,205); }
H1.HeaderClassName
{
color: #4ACDCD;
}
.AnyTagClassName
{
color: #4ACDCD;
}
</style>
background-color css
<style>
a { background-color: #4ACDCD; }
a { background-color: rgb(74,205,205); }
div.DivClassName
{
background-color: #4ACDCD;
}
.BgClassName
{
background-color: #4ACDCD;
}
</style>
border-color css
<style>
span { border-color: #4ACDCD; }
span { border-color: rgb(74,205,205); }
td.TdClassName
{
border-color: #4ACDCD;
}
.TagClassName
{
border-color: #4ACDCD;
}
</style>