Shades of Medium Turquoise #3ACBDA
Tints of Medium Turquoise #3ACBDA
RGB
CMYK
RGB Variations
Color information
#3ACBDA (or 0x3ACBDA) is known color: Medium Turquoise. HEX triplet: 3A, CB and DA. RGB value is (58,203,218). Sum of RGB (Red+Green+Blue) = 58+203+218=479 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.11% from 479); Green value is 203 (79.69% from 255 or 42.38% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 218 - color contains mainly: blue. Hex color #3ACBDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACBDA is #C53425. Grayscale: #A1A1A1. Windows color (decimal): -12923942 or 14338874. OLE color: 14338874.
HSL color Cylindrical-coordinate representation of color #3ACBDA: hue angle of 185.62º 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 #3ACBDA is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 203 | 218 | - |
| CMYK | 0.73 | 0.07 | 0 | 0.15 |
| HSL | 185.63º | 0.68% | 0.54% | - |
| HSV(B) | 185.63º | 0.73% | 0.85% | - |
| XYZ | 35.76 | 48.67 | 73.84 | - |
| YUV | 161.36 | 159.96 | 54.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 203 | 218 | 0.73 | 0.07 | 0 | 0.15 | 185.63 | 0.68 | 0.54 |
| Hex | 3A | CB | DA | 49 | 7 | 0 | F | BA | 44 | 36 |
| Octal | 72 | 313 | 332 | 111 | 7 | 0 | 17 | 272 | 104 | 66 |
| Binary | 111010 | 11001011 | 11011010 | 1001001 | 111 | 0 | 1111 | 10111010 | 1000100 | 110110 |
Color Harmonies of #3ACBDA
Complementary color
Monochromatic Colors of #3ACBDA
Black with #3ACBDA
Text Example
Text Example
White with #3ACBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACBDA; }
p { color: rgb(58,203,218); }
H1.HeaderClassName
{
color: #3ACBDA;
}
.AnyTagClassName
{
color: #3ACBDA;
}
</style>
background-color css
<style>
a { background-color: #3ACBDA; }
a { background-color: rgb(58,203,218); }
div.DivClassName
{
background-color: #3ACBDA;
}
.BgClassName
{
background-color: #3ACBDA;
}
</style>
border-color css
<style>
span { border-color: #3ACBDA; }
span { border-color: rgb(58,203,218); }
td.TdClassName
{
border-color: #3ACBDA;
}
.TagClassName
{
border-color: #3ACBDA;
}
</style>