Shades of Medium Turquoise #3ACDE1
Tints of Medium Turquoise #3ACDE1
RGB
CMYK
RGB Variations
Color information
#3ACDE1 (or 0x3ACDE1) is known color: Medium Turquoise. HEX triplet: 3A, CD and E1. RGB value is (58,205,225). Sum of RGB (Red+Green+Blue) = 58+205+225=488 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.89% from 488); Green value is 205 (80.47% from 255 or 42.01% from 488); Blue value is 225 (88.28% from 255 or 46.11% from 488); Max value from RGB is 225 - color contains mainly: blue. Hex color #3ACDE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACDE1 is #C5321E. Grayscale: #A3A3A3. Windows color (decimal): -12923423 or 14798138. OLE color: 14798138.
HSL color Cylindrical-coordinate representation of color #3ACDE1: hue angle of 187.19º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ACDE1 is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 58 | 205 | 225 | - |
| CMYK | 0.74 | 0.09 | 0 | 0.12 |
| HSL | 187.19º | 0.74% | 0.55% | - |
| HSV(B) | 187.19º | 0.74% | 0.88% | - |
| XYZ | 37.17 | 50 | 78.93 | - |
| YUV | 163.33 | 162.8 | 52.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 205 | 225 | 0.74 | 0.09 | 0 | 0.12 | 187.19 | 0.74 | 0.55 |
| Hex | 3A | CD | E1 | 4A | 9 | 0 | C | BB | 4A | 37 |
| Octal | 72 | 315 | 341 | 112 | 11 | 0 | 14 | 273 | 112 | 67 |
| Binary | 111010 | 11001101 | 11100001 | 1001010 | 1001 | 0 | 1100 | 10111011 | 1001010 | 110111 |
Color Harmonies of #3ACDE1
Complementary color
Monochromatic Colors of #3ACDE1
Black with #3ACDE1
Text Example
Text Example
White with #3ACDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACDE1; }
p { color: rgb(58,205,225); }
H1.HeaderClassName
{
color: #3ACDE1;
}
.AnyTagClassName
{
color: #3ACDE1;
}
</style>
background-color css
<style>
a { background-color: #3ACDE1; }
a { background-color: rgb(58,205,225); }
div.DivClassName
{
background-color: #3ACDE1;
}
.BgClassName
{
background-color: #3ACDE1;
}
</style>
border-color css
<style>
span { border-color: #3ACDE1; }
span { border-color: rgb(58,205,225); }
td.TdClassName
{
border-color: #3ACDE1;
}
.TagClassName
{
border-color: #3ACDE1;
}
</style>