Shades of Medium Turquoise #4ACCDB
Tints of Medium Turquoise #4ACCDB
RGB
CMYK
RGB Variations
Color information
#4ACCDB (or 0x4ACCDB) is known color: Medium Turquoise. HEX triplet: 4A, CC and DB. RGB value is (74,204,219). Sum of RGB (Red+Green+Blue) = 74+204+219=497 (65% of max value = 765). Red value is 74 (29.30% from 255 or 14.89% from 497); Green value is 204 (80.08% from 255 or 41.05% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #4ACCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACCDB is #B53324. Grayscale: #A6A6A6. Windows color (decimal): -11875109 or 14404682. OLE color: 14404682.
HSL color Cylindrical-coordinate representation of color #4ACCDB: hue angle of 186.21º 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 #4ACCDB is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 204 | 219 | - |
| CMYK | 0.66 | 0.07 | 0 | 0.14 |
| HSL | 186.21º | 0.67% | 0.57% | - |
| HSV(B) | 186.21º | 0.66% | 0.86% | - |
| XYZ | 37.2 | 49.76 | 74.66 | - |
| YUV | 166.84 | 157.43 | 61.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 204 | 219 | 0.66 | 0.07 | 0 | 0.14 | 186.21 | 0.67 | 0.57 |
| Hex | 4A | CC | DB | 42 | 7 | 0 | E | BA | 43 | 39 |
| Octal | 112 | 314 | 333 | 102 | 7 | 0 | 16 | 272 | 103 | 71 |
| Binary | 1001010 | 11001100 | 11011011 | 1000010 | 111 | 0 | 1110 | 10111010 | 1000011 | 111001 |
Color Harmonies of #4ACCDB
Complementary color
Monochromatic Colors of #4ACCDB
Black with #4ACCDB
Text Example
Text Example
White with #4ACCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACCDB; }
p { color: rgb(74,204,219); }
H1.HeaderClassName
{
color: #4ACCDB;
}
.AnyTagClassName
{
color: #4ACCDB;
}
</style>
background-color css
<style>
a { background-color: #4ACCDB; }
a { background-color: rgb(74,204,219); }
div.DivClassName
{
background-color: #4ACCDB;
}
.BgClassName
{
background-color: #4ACCDB;
}
</style>
border-color css
<style>
span { border-color: #4ACCDB; }
span { border-color: rgb(74,204,219); }
td.TdClassName
{
border-color: #4ACCDB;
}
.TagClassName
{
border-color: #4ACCDB;
}
</style>