Shades of Medium Turquoise #4ACDDA
Tints of Medium Turquoise #4ACDDA
RGB
CMYK
RGB Variations
Color information
#4ACDDA (or 0x4ACDDA) is known color: Medium Turquoise. HEX triplet: 4A, CD and DA. RGB value is (74,205,218). Sum of RGB (Red+Green+Blue) = 74+205+218=497 (65% of max value = 765). Red value is 74 (29.30% from 255 or 14.89% from 497); Green value is 205 (80.47% from 255 or 41.25% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 218 - color contains mainly: blue. Hex color #4ACDDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACDDA is #B53225. Grayscale: #A7A7A7. Windows color (decimal): -11874854 or 14339402. OLE color: 14339402.
HSL color Cylindrical-coordinate representation of color #4ACDDA: hue angle of 185.42º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ACDDA is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 205 | 218 | - |
| CMYK | 0.66 | 0.06 | 0 | 0.15 |
| HSL | 185.42º | 0.66% | 0.57% | - |
| HSV(B) | 185.42º | 0.66% | 0.85% | - |
| XYZ | 37.31 | 50.18 | 74.05 | - |
| YUV | 167.31 | 156.6 | 61.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 205 | 218 | 0.66 | 0.06 | 0 | 0.15 | 185.42 | 0.66 | 0.57 |
| Hex | 4A | CD | DA | 42 | 6 | 0 | F | B9 | 42 | 39 |
| Octal | 112 | 315 | 332 | 102 | 6 | 0 | 17 | 271 | 102 | 71 |
| Binary | 1001010 | 11001101 | 11011010 | 1000010 | 110 | 0 | 1111 | 10111001 | 1000010 | 111001 |
Color Harmonies of #4ACDDA
Complementary color
Monochromatic Colors of #4ACDDA
Black with #4ACDDA
Text Example
Text Example
White with #4ACDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACDDA; }
p { color: rgb(74,205,218); }
H1.HeaderClassName
{
color: #4ACDDA;
}
.AnyTagClassName
{
color: #4ACDDA;
}
</style>
background-color css
<style>
a { background-color: #4ACDDA; }
a { background-color: rgb(74,205,218); }
div.DivClassName
{
background-color: #4ACDDA;
}
.BgClassName
{
background-color: #4ACDDA;
}
</style>
border-color css
<style>
span { border-color: #4ACDDA; }
span { border-color: rgb(74,205,218); }
td.TdClassName
{
border-color: #4ACDDA;
}
.TagClassName
{
border-color: #4ACDDA;
}
</style>