Shades of Medium Turquoise #4ACDCF
Tints of Medium Turquoise #4ACDCF
RGB
CMYK
RGB Variations
Color information
#4ACDCF (or 0x4ACDCF) is known color: Medium Turquoise. HEX triplet: 4A, CD and CF. RGB value is (74,205,207). Sum of RGB (Red+Green+Blue) = 74+205+207=486 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.23% from 486); Green value is 205 (80.47% from 255 or 42.18% from 486); Blue value is 207 (81.25% from 255 or 42.59% from 486); Max value from RGB is 207 - color contains mainly: blue. Hex color #4ACDCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACDCF is #B53230. Grayscale: #A5A5A5. Windows color (decimal): -11874865 or 13618506. OLE color: 13618506.
HSL color Cylindrical-coordinate representation of color #4ACDCF: hue angle of 180.9º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ACDCF is Cyan = 0.64, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 74 | 205 | 207 | - |
| CMYK | 0.64 | 0.01 | 0 | 0.19 |
| HSL | 180.9º | 0.58% | 0.55% | - |
| HSV(B) | 180.9º | 0.64% | 0.81% | - |
| XYZ | 35.92 | 49.62 | 66.72 | - |
| YUV | 166.06 | 151.1 | 62.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 205 | 207 | 0.64 | 0.01 | 0 | 0.19 | 180.9 | 0.58 | 0.55 |
| Hex | 4A | CD | CF | 40 | 1 | 0 | 13 | B5 | 3A | 37 |
| Octal | 112 | 315 | 317 | 100 | 1 | 0 | 23 | 265 | 72 | 67 |
| Binary | 1001010 | 11001101 | 11001111 | 1000000 | 1 | 0 | 10011 | 10110101 | 111010 | 110111 |
Color Harmonies of #4ACDCF
Complementary color
Monochromatic Colors of #4ACDCF
Black with #4ACDCF
Text Example
Text Example
White with #4ACDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACDCF; }
p { color: rgb(74,205,207); }
H1.HeaderClassName
{
color: #4ACDCF;
}
.AnyTagClassName
{
color: #4ACDCF;
}
</style>
background-color css
<style>
a { background-color: #4ACDCF; }
a { background-color: rgb(74,205,207); }
div.DivClassName
{
background-color: #4ACDCF;
}
.BgClassName
{
background-color: #4ACDCF;
}
</style>
border-color css
<style>
span { border-color: #4ACDCF; }
span { border-color: rgb(74,205,207); }
td.TdClassName
{
border-color: #4ACDCF;
}
.TagClassName
{
border-color: #4ACDCF;
}
</style>