Shades of Medium Turquoise #3ACADB
Tints of Medium Turquoise #3ACADB
RGB
CMYK
RGB Variations
Color information
#3ACADB (or 0x3ACADB) is known color: Medium Turquoise. HEX triplet: 3A, CA and DB. RGB value is (58,202,219). Sum of RGB (Red+Green+Blue) = 58+202+219=479 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.11% from 479); Green value is 202 (79.30% from 255 or 42.17% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #3ACADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACADB is #C53524. Grayscale: #A0A0A0. Windows color (decimal): -12924197 or 14404154. OLE color: 14404154.
HSL color Cylindrical-coordinate representation of color #3ACADB: hue angle of 186.34º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ACADB is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 202 | 219 | - |
| CMYK | 0.74 | 0.08 | 0 | 0.14 |
| HSL | 186.34º | 0.69% | 0.54% | - |
| HSV(B) | 186.34º | 0.74% | 0.86% | - |
| XYZ | 35.65 | 48.26 | 74.45 | - |
| YUV | 160.88 | 160.79 | 54.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 202 | 219 | 0.74 | 0.08 | 0 | 0.14 | 186.34 | 0.69 | 0.54 |
| Hex | 3A | CA | DB | 4A | 8 | 0 | E | BA | 45 | 36 |
| Octal | 72 | 312 | 333 | 112 | 10 | 0 | 16 | 272 | 105 | 66 |
| Binary | 111010 | 11001010 | 11011011 | 1001010 | 1000 | 0 | 1110 | 10111010 | 1000101 | 110110 |
Color Harmonies of #3ACADB
Complementary color
Monochromatic Colors of #3ACADB
Black with #3ACADB
Text Example
Text Example
White with #3ACADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACADB; }
p { color: rgb(58,202,219); }
H1.HeaderClassName
{
color: #3ACADB;
}
.AnyTagClassName
{
color: #3ACADB;
}
</style>
background-color css
<style>
a { background-color: #3ACADB; }
a { background-color: rgb(58,202,219); }
div.DivClassName
{
background-color: #3ACADB;
}
.BgClassName
{
background-color: #3ACADB;
}
</style>
border-color css
<style>
span { border-color: #3ACADB; }
span { border-color: rgb(58,202,219); }
td.TdClassName
{
border-color: #3ACADB;
}
.TagClassName
{
border-color: #3ACADB;
}
</style>