Shades of Medium Turquoise #4ACCDA
Tints of Medium Turquoise #4ACCDA
RGB
CMYK
RGB Variations
Color information
#4ACCDA (or 0x4ACCDA) is known color: Medium Turquoise. HEX triplet: 4A, CC and DA. RGB value is (74,204,218). Sum of RGB (Red+Green+Blue) = 74+204+218=496 (65% of max value = 765). Red value is 74 (29.30% from 255 or 14.92% from 496); Green value is 204 (80.08% from 255 or 41.13% from 496); Blue value is 218 (85.55% from 255 or 43.95% from 496); Max value from RGB is 218 - color contains mainly: blue. Hex color #4ACCDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACCDA is #B53325. Grayscale: #A6A6A6. Windows color (decimal): -11875110 or 14339146. OLE color: 14339146.
HSL color Cylindrical-coordinate representation of color #4ACCDA: hue angle of 185.83º 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 #4ACCDA is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 204 | 218 | - |
| CMYK | 0.66 | 0.06 | 0 | 0.15 |
| HSL | 185.83º | 0.66% | 0.57% | - |
| HSV(B) | 185.83º | 0.66% | 0.85% | - |
| XYZ | 37.07 | 49.7 | 73.97 | - |
| YUV | 166.73 | 156.93 | 61.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 204 | 218 | 0.66 | 0.06 | 0 | 0.15 | 185.83 | 0.66 | 0.57 |
| Hex | 4A | CC | DA | 42 | 6 | 0 | F | BA | 42 | 39 |
| Octal | 112 | 314 | 332 | 102 | 6 | 0 | 17 | 272 | 102 | 71 |
| Binary | 1001010 | 11001100 | 11011010 | 1000010 | 110 | 0 | 1111 | 10111010 | 1000010 | 111001 |
Color Harmonies of #4ACCDA
Complementary color
Monochromatic Colors of #4ACCDA
Black with #4ACCDA
Text Example
Text Example
White with #4ACCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACCDA; }
p { color: rgb(74,204,218); }
H1.HeaderClassName
{
color: #4ACCDA;
}
.AnyTagClassName
{
color: #4ACCDA;
}
</style>
background-color css
<style>
a { background-color: #4ACCDA; }
a { background-color: rgb(74,204,218); }
div.DivClassName
{
background-color: #4ACCDA;
}
.BgClassName
{
background-color: #4ACCDA;
}
</style>
border-color css
<style>
span { border-color: #4ACCDA; }
span { border-color: rgb(74,204,218); }
td.TdClassName
{
border-color: #4ACCDA;
}
.TagClassName
{
border-color: #4ACCDA;
}
</style>