Shades of Medium Turquoise #3ACDDC
Tints of Medium Turquoise #3ACDDC
RGB
CMYK
RGB Variations
Color information
#3ACDDC (or 0x3ACDDC) is known color: Medium Turquoise. HEX triplet: 3A, CD and DC. RGB value is (58,205,220). Sum of RGB (Red+Green+Blue) = 58+205+220=483 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.01% from 483); Green value is 205 (80.47% from 255 or 42.44% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #3ACDDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACDDC is #C53223. Grayscale: #A2A2A2. Windows color (decimal): -12923428 or 14470458. OLE color: 14470458.
HSL color Cylindrical-coordinate representation of color #3ACDDC: hue angle of 185.56º 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 #3ACDDC is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 205 | 220 | - |
| CMYK | 0.74 | 0.07 | 0 | 0.14 |
| HSL | 185.56º | 0.7% | 0.55% | - |
| HSV(B) | 185.56º | 0.74% | 0.86% | - |
| XYZ | 36.49 | 49.73 | 75.39 | - |
| YUV | 162.76 | 160.3 | 53.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 205 | 220 | 0.74 | 0.07 | 0 | 0.14 | 185.56 | 0.7 | 0.55 |
| Hex | 3A | CD | DC | 4A | 7 | 0 | E | BA | 46 | 37 |
| Octal | 72 | 315 | 334 | 112 | 7 | 0 | 16 | 272 | 106 | 67 |
| Binary | 111010 | 11001101 | 11011100 | 1001010 | 111 | 0 | 1110 | 10111010 | 1000110 | 110111 |
Color Harmonies of #3ACDDC
Complementary color
Monochromatic Colors of #3ACDDC
Black with #3ACDDC
Text Example
Text Example
White with #3ACDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACDDC; }
p { color: rgb(58,205,220); }
H1.HeaderClassName
{
color: #3ACDDC;
}
.AnyTagClassName
{
color: #3ACDDC;
}
</style>
background-color css
<style>
a { background-color: #3ACDDC; }
a { background-color: rgb(58,205,220); }
div.DivClassName
{
background-color: #3ACDDC;
}
.BgClassName
{
background-color: #3ACDDC;
}
</style>
border-color css
<style>
span { border-color: #3ACDDC; }
span { border-color: rgb(58,205,220); }
td.TdClassName
{
border-color: #3ACDDC;
}
.TagClassName
{
border-color: #3ACDDC;
}
</style>