Shades of Medium Turquoise #3ACCDC
Tints of Medium Turquoise #3ACCDC
RGB
CMYK
RGB Variations
Color information
#3ACCDC (or 0x3ACCDC) is known color: Medium Turquoise. HEX triplet: 3A, CC and DC. RGB value is (58,204,220). Sum of RGB (Red+Green+Blue) = 58+204+220=482 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.03% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #3ACCDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACCDC is #C53323. Grayscale: #A1A1A1. Windows color (decimal): -12923684 or 14470202. OLE color: 14470202.
HSL color Cylindrical-coordinate representation of color #3ACCDC: hue angle of 185.93º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ACCDC is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 204 | 220 | - |
| CMYK | 0.74 | 0.07 | 0 | 0.14 |
| HSL | 185.93º | 0.7% | 0.55% | - |
| HSV(B) | 185.93º | 0.74% | 0.86% | - |
| XYZ | 36.26 | 49.25 | 75.31 | - |
| YUV | 162.17 | 160.63 | 53.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 204 | 220 | 0.74 | 0.07 | 0 | 0.14 | 185.93 | 0.7 | 0.55 |
| Hex | 3A | CC | DC | 4A | 7 | 0 | E | BA | 46 | 37 |
| Octal | 72 | 314 | 334 | 112 | 7 | 0 | 16 | 272 | 106 | 67 |
| Binary | 111010 | 11001100 | 11011100 | 1001010 | 111 | 0 | 1110 | 10111010 | 1000110 | 110111 |
Color Harmonies of #3ACCDC
Complementary color
Monochromatic Colors of #3ACCDC
Black with #3ACCDC
Text Example
Text Example
White with #3ACCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACCDC; }
p { color: rgb(58,204,220); }
H1.HeaderClassName
{
color: #3ACCDC;
}
.AnyTagClassName
{
color: #3ACCDC;
}
</style>
background-color css
<style>
a { background-color: #3ACCDC; }
a { background-color: rgb(58,204,220); }
div.DivClassName
{
background-color: #3ACCDC;
}
.BgClassName
{
background-color: #3ACCDC;
}
</style>
border-color css
<style>
span { border-color: #3ACCDC; }
span { border-color: rgb(58,204,220); }
td.TdClassName
{
border-color: #3ACCDC;
}
.TagClassName
{
border-color: #3ACCDC;
}
</style>