Shades of Medium Turquoise #4ACDDB
Tints of Medium Turquoise #4ACDDB
RGB
CMYK
RGB Variations
Color information
#4ACDDB (or 0x4ACDDB) is known color: Medium Turquoise. HEX triplet: 4A, CD and DB. RGB value is (74,205,219). Sum of RGB (Red+Green+Blue) = 74+205+219=498 (65% of max value = 765). Red value is 74 (29.30% from 255 or 14.86% from 498); Green value is 205 (80.47% from 255 or 41.16% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 219 - color contains mainly: blue. Hex color #4ACDDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACDDB is #B53224. Grayscale: #A7A7A7. Windows color (decimal): -11874853 or 14404938. OLE color: 14404938.
HSL color Cylindrical-coordinate representation of color #4ACDDB: hue angle of 185.79º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ACDDB is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 205 | 219 | - |
| CMYK | 0.66 | 0.06 | 0 | 0.14 |
| HSL | 185.79º | 0.67% | 0.57% | - |
| HSV(B) | 185.79º | 0.66% | 0.86% | - |
| XYZ | 37.44 | 50.23 | 74.74 | - |
| YUV | 167.43 | 157.1 | 61.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 205 | 219 | 0.66 | 0.06 | 0 | 0.14 | 185.79 | 0.67 | 0.57 |
| Hex | 4A | CD | DB | 42 | 6 | 0 | E | BA | 43 | 39 |
| Octal | 112 | 315 | 333 | 102 | 6 | 0 | 16 | 272 | 103 | 71 |
| Binary | 1001010 | 11001101 | 11011011 | 1000010 | 110 | 0 | 1110 | 10111010 | 1000011 | 111001 |
Color Harmonies of #4ACDDB
Complementary color
Monochromatic Colors of #4ACDDB
Black with #4ACDDB
Text Example
Text Example
White with #4ACDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACDDB; }
p { color: rgb(74,205,219); }
H1.HeaderClassName
{
color: #4ACDDB;
}
.AnyTagClassName
{
color: #4ACDDB;
}
</style>
background-color css
<style>
a { background-color: #4ACDDB; }
a { background-color: rgb(74,205,219); }
div.DivClassName
{
background-color: #4ACDDB;
}
.BgClassName
{
background-color: #4ACDDB;
}
</style>
border-color css
<style>
span { border-color: #4ACDDB; }
span { border-color: rgb(74,205,219); }
td.TdClassName
{
border-color: #4ACDDB;
}
.TagClassName
{
border-color: #4ACDDB;
}
</style>