Shades of Medium Turquoise #3ACCDB
Tints of Medium Turquoise #3ACCDB
RGB
CMYK
RGB Variations
Color information
#3ACCDB (or 0x3ACCDB) is known color: Medium Turquoise. HEX triplet: 3A, CC and DB. RGB value is (58,204,219). Sum of RGB (Red+Green+Blue) = 58+204+219=481 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.06% from 481); Green value is 204 (80.08% from 255 or 42.41% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #3ACCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACCDB is #C53324. Grayscale: #A1A1A1. Windows color (decimal): -12923685 or 14404666. OLE color: 14404666.
HSL color Cylindrical-coordinate representation of color #3ACCDB: hue angle of 185.59º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ACCDB is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 204 | 219 | - |
| CMYK | 0.74 | 0.07 | 0 | 0.14 |
| HSL | 185.59º | 0.69% | 0.54% | - |
| HSV(B) | 185.59º | 0.74% | 0.86% | - |
| XYZ | 36.12 | 49.2 | 74.61 | - |
| YUV | 162.06 | 160.13 | 53.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 204 | 219 | 0.74 | 0.07 | 0 | 0.14 | 185.59 | 0.69 | 0.54 |
| Hex | 3A | CC | DB | 4A | 7 | 0 | E | BA | 45 | 36 |
| Octal | 72 | 314 | 333 | 112 | 7 | 0 | 16 | 272 | 105 | 66 |
| Binary | 111010 | 11001100 | 11011011 | 1001010 | 111 | 0 | 1110 | 10111010 | 1000101 | 110110 |
Color Harmonies of #3ACCDB
Complementary color
Monochromatic Colors of #3ACCDB
Black with #3ACCDB
Text Example
Text Example
White with #3ACCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACCDB; }
p { color: rgb(58,204,219); }
H1.HeaderClassName
{
color: #3ACCDB;
}
.AnyTagClassName
{
color: #3ACCDB;
}
</style>
background-color css
<style>
a { background-color: #3ACCDB; }
a { background-color: rgb(58,204,219); }
div.DivClassName
{
background-color: #3ACCDB;
}
.BgClassName
{
background-color: #3ACCDB;
}
</style>
border-color css
<style>
span { border-color: #3ACCDB; }
span { border-color: rgb(58,204,219); }
td.TdClassName
{
border-color: #3ACCDB;
}
.TagClassName
{
border-color: #3ACCDB;
}
</style>