Shades of Medium Turquoise #4ACDCE
Tints of Medium Turquoise #4ACDCE
RGB
CMYK
RGB Variations
Color information
#4ACDCE (or 0x4ACDCE) is known color: Medium Turquoise. HEX triplet: 4A, CD and CE. RGB value is (74,205,206). Sum of RGB (Red+Green+Blue) = 74+205+206=485 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.26% from 485); Green value is 205 (80.47% from 255 or 42.27% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #4ACDCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACDCE is #B53231. Grayscale: #A5A5A5. Windows color (decimal): -11874866 or 13552970. OLE color: 13552970.
HSL color Cylindrical-coordinate representation of color #4ACDCE: hue angle of 180.45º degrees, saturation: 0.57, 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 #4ACDCE is Cyan = 0.64, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 74 | 205 | 206 | - |
| CMYK | 0.64 | 0.00 | 0 | 0.19 |
| HSL | 180.45º | 0.57% | 0.55% | - |
| HSV(B) | 180.45º | 0.64% | 0.81% | - |
| XYZ | 35.8 | 49.57 | 66.07 | - |
| YUV | 165.95 | 150.6 | 62.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 205 | 206 | 0.64 | 0.00 | 0 | 0.19 | 180.45 | 0.57 | 0.55 |
| Hex | 4A | CD | CE | 40 | 0 | 0 | 13 | B4 | 39 | 37 |
| Octal | 112 | 315 | 316 | 100 | 0 | 0 | 23 | 264 | 71 | 67 |
| Binary | 1001010 | 11001101 | 11001110 | 1000000 | 0 | 0 | 10011 | 10110100 | 111001 | 110111 |
Color Harmonies of #4ACDCE
Complementary color
Monochromatic Colors of #4ACDCE
Black with #4ACDCE
Text Example
Text Example
White with #4ACDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACDCE; }
p { color: rgb(74,205,206); }
H1.HeaderClassName
{
color: #4ACDCE;
}
.AnyTagClassName
{
color: #4ACDCE;
}
</style>
background-color css
<style>
a { background-color: #4ACDCE; }
a { background-color: rgb(74,205,206); }
div.DivClassName
{
background-color: #4ACDCE;
}
.BgClassName
{
background-color: #4ACDCE;
}
</style>
border-color css
<style>
span { border-color: #4ACDCE; }
span { border-color: rgb(74,205,206); }
td.TdClassName
{
border-color: #4ACDCE;
}
.TagClassName
{
border-color: #4ACDCE;
}
</style>