Shades of Medium Turquoise #3ACADA
Tints of Medium Turquoise #3ACADA
RGB
CMYK
RGB Variations
Color information
#3ACADA (or 0x3ACADA) is known color: Medium Turquoise. HEX triplet: 3A, CA and DA. RGB value is (58,202,218). Sum of RGB (Red+Green+Blue) = 58+202+218=478 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.13% from 478); Green value is 202 (79.30% from 255 or 42.26% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 218 - color contains mainly: blue. Hex color #3ACADA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACADA is #C53525. Grayscale: #A0A0A0. Windows color (decimal): -12924198 or 14338618. OLE color: 14338618.
HSL color Cylindrical-coordinate representation of color #3ACADA: hue angle of 186º 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 #3ACADA is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 202 | 218 | - |
| CMYK | 0.73 | 0.07 | 0 | 0.15 |
| HSL | 186º | 0.68% | 0.54% | - |
| HSV(B) | 186º | 0.73% | 0.85% | - |
| XYZ | 35.52 | 48.2 | 73.76 | - |
| YUV | 160.77 | 160.29 | 54.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 202 | 218 | 0.73 | 0.07 | 0 | 0.15 | 186 | 0.68 | 0.54 |
| Hex | 3A | CA | DA | 49 | 7 | 0 | F | BA | 44 | 36 |
| Octal | 72 | 312 | 332 | 111 | 7 | 0 | 17 | 272 | 104 | 66 |
| Binary | 111010 | 11001010 | 11011010 | 1001001 | 111 | 0 | 1111 | 10111010 | 1000100 | 110110 |
Color Harmonies of #3ACADA
Complementary color
Monochromatic Colors of #3ACADA
Black with #3ACADA
Text Example
Text Example
White with #3ACADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACADA; }
p { color: rgb(58,202,218); }
H1.HeaderClassName
{
color: #3ACADA;
}
.AnyTagClassName
{
color: #3ACADA;
}
</style>
background-color css
<style>
a { background-color: #3ACADA; }
a { background-color: rgb(58,202,218); }
div.DivClassName
{
background-color: #3ACADA;
}
.BgClassName
{
background-color: #3ACADA;
}
</style>
border-color css
<style>
span { border-color: #3ACADA; }
span { border-color: rgb(58,202,218); }
td.TdClassName
{
border-color: #3ACADA;
}
.TagClassName
{
border-color: #3ACADA;
}
</style>