Shades of Medium Turquoise #3ACDDA
Tints of Medium Turquoise #3ACDDA
RGB
CMYK
RGB Variations
Color information
#3ACDDA (or 0x3ACDDA) is known color: Medium Turquoise. HEX triplet: 3A, CD and DA. RGB value is (58,205,218). Sum of RGB (Red+Green+Blue) = 58+205+218=481 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.06% from 481); Green value is 205 (80.47% from 255 or 42.62% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 218 - color contains mainly: blue. Hex color #3ACDDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACDDA is #C53225. Grayscale: #A2A2A2. Windows color (decimal): -12923430 or 14339386. OLE color: 14339386.
HSL color Cylindrical-coordinate representation of color #3ACDDA: hue angle of 184.88º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3ACDDA is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 205 | 218 | - |
| CMYK | 0.73 | 0.06 | 0 | 0.15 |
| HSL | 184.88º | 0.68% | 0.54% | - |
| HSV(B) | 184.88º | 0.73% | 0.85% | - |
| XYZ | 36.23 | 49.62 | 74 | - |
| YUV | 162.53 | 159.3 | 53.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 205 | 218 | 0.73 | 0.06 | 0 | 0.15 | 184.88 | 0.68 | 0.54 |
| Hex | 3A | CD | DA | 49 | 6 | 0 | F | B9 | 44 | 36 |
| Octal | 72 | 315 | 332 | 111 | 6 | 0 | 17 | 271 | 104 | 66 |
| Binary | 111010 | 11001101 | 11011010 | 1001001 | 110 | 0 | 1111 | 10111001 | 1000100 | 110110 |
Color Harmonies of #3ACDDA
Complementary color
Monochromatic Colors of #3ACDDA
Black with #3ACDDA
Text Example
Text Example
White with #3ACDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACDDA; }
p { color: rgb(58,205,218); }
H1.HeaderClassName
{
color: #3ACDDA;
}
.AnyTagClassName
{
color: #3ACDDA;
}
</style>
background-color css
<style>
a { background-color: #3ACDDA; }
a { background-color: rgb(58,205,218); }
div.DivClassName
{
background-color: #3ACDDA;
}
.BgClassName
{
background-color: #3ACDDA;
}
</style>
border-color css
<style>
span { border-color: #3ACDDA; }
span { border-color: rgb(58,205,218); }
td.TdClassName
{
border-color: #3ACDDA;
}
.TagClassName
{
border-color: #3ACDDA;
}
</style>