Shades of Medium Turquoise #3ACDD0
Tints of Medium Turquoise #3ACDD0
RGB
CMYK
RGB Variations
Color information
#3ACDD0 (or 0x3ACDD0) is known color: Medium Turquoise. HEX triplet: 3A, CD and D0. RGB value is (58,205,208). Sum of RGB (Red+Green+Blue) = 58+205+208=471 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.31% from 471); Green value is 205 (80.47% from 255 or 43.52% from 471); Blue value is 208 (81.64% from 255 or 44.16% from 471); Max value from RGB is 208 - color contains mainly: blue. Hex color #3ACDD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACDD0 is #C5322F. Grayscale: #A1A1A1. Windows color (decimal): -12923440 or 13684026. OLE color: 13684026.
HSL color Cylindrical-coordinate representation of color #3ACDD0: hue angle of 181.2º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ACDD0 is Cyan = 0.72, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 205 | 208 | - |
| CMYK | 0.72 | 0.01 | 0 | 0.18 |
| HSL | 181.2º | 0.61% | 0.52% | - |
| HSV(B) | 181.2º | 0.72% | 0.82% | - |
| XYZ | 34.96 | 49.12 | 67.31 | - |
| YUV | 161.39 | 154.3 | 54.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 205 | 208 | 0.72 | 0.01 | 0 | 0.18 | 181.2 | 0.61 | 0.52 |
| Hex | 3A | CD | D0 | 48 | 1 | 0 | 12 | B5 | 3D | 34 |
| Octal | 72 | 315 | 320 | 110 | 1 | 0 | 22 | 265 | 75 | 64 |
| Binary | 111010 | 11001101 | 11010000 | 1001000 | 1 | 0 | 10010 | 10110101 | 111101 | 110100 |
Color Harmonies of #3ACDD0
Complementary color
Monochromatic Colors of #3ACDD0
Black with #3ACDD0
Text Example
Text Example
White with #3ACDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACDD0; }
p { color: rgb(58,205,208); }
H1.HeaderClassName
{
color: #3ACDD0;
}
.AnyTagClassName
{
color: #3ACDD0;
}
</style>
background-color css
<style>
a { background-color: #3ACDD0; }
a { background-color: rgb(58,205,208); }
div.DivClassName
{
background-color: #3ACDD0;
}
.BgClassName
{
background-color: #3ACDD0;
}
</style>
border-color css
<style>
span { border-color: #3ACDD0; }
span { border-color: rgb(58,205,208); }
td.TdClassName
{
border-color: #3ACDD0;
}
.TagClassName
{
border-color: #3ACDD0;
}
</style>