Shades of Medium Turquoise #3ACADD
Tints of Medium Turquoise #3ACADD
RGB
CMYK
RGB Variations
Color information
#3ACADD (or 0x3ACADD) is known color: Medium Turquoise. HEX triplet: 3A, CA and DD. RGB value is (58,202,221). Sum of RGB (Red+Green+Blue) = 58+202+221=481 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.06% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #3ACADD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACADD is #C53522. Grayscale: #A0A0A0. Windows color (decimal): -12924195 or 14535226. OLE color: 14535226.
HSL color Cylindrical-coordinate representation of color #3ACADD: hue angle of 186.99º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ACADD is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 202 | 221 | - |
| CMYK | 0.74 | 0.09 | 0 | 0.13 |
| HSL | 186.99º | 0.71% | 0.55% | - |
| HSV(B) | 186.99º | 0.74% | 0.87% | - |
| XYZ | 35.92 | 48.36 | 75.85 | - |
| YUV | 161.11 | 161.79 | 54.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 202 | 221 | 0.74 | 0.09 | 0 | 0.13 | 186.99 | 0.71 | 0.55 |
| Hex | 3A | CA | DD | 4A | 9 | 0 | D | BB | 47 | 37 |
| Octal | 72 | 312 | 335 | 112 | 11 | 0 | 15 | 273 | 107 | 67 |
| Binary | 111010 | 11001010 | 11011101 | 1001010 | 1001 | 0 | 1101 | 10111011 | 1000111 | 110111 |
Color Harmonies of #3ACADD
Complementary color
Monochromatic Colors of #3ACADD
Black with #3ACADD
Text Example
Text Example
White with #3ACADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACADD; }
p { color: rgb(58,202,221); }
H1.HeaderClassName
{
color: #3ACADD;
}
.AnyTagClassName
{
color: #3ACADD;
}
</style>
background-color css
<style>
a { background-color: #3ACADD; }
a { background-color: rgb(58,202,221); }
div.DivClassName
{
background-color: #3ACADD;
}
.BgClassName
{
background-color: #3ACADD;
}
</style>
border-color css
<style>
span { border-color: #3ACADD; }
span { border-color: rgb(58,202,221); }
td.TdClassName
{
border-color: #3ACADD;
}
.TagClassName
{
border-color: #3ACADD;
}
</style>