Shades of Medium Turquoise #3ABDBC
Tints of Medium Turquoise #3ABDBC
RGB
CMYK
RGB Variations
Color information
#3ABDBC (or 0x3ABDBC) is known color: Medium Turquoise. HEX triplet: 3A, BD and BC. RGB value is (58,189,188). Sum of RGB (Red+Green+Blue) = 58+189+188=435 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.33% from 435); Green value is 189 (74.22% from 255 or 43.45% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 189 - color contains mainly: green. Hex color #3ABDBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABDBC is #C54243. Grayscale: #959595. Windows color (decimal): -12927556 or 12369210. OLE color: 12369210.
HSL color Cylindrical-coordinate representation of color #3ABDBC: hue angle of 179.54º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3ABDBC is Cyan = 0.69, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 58 | 189 | 188 | - |
| CMYK | 0.69 | 0 | 0.01 | 0.26 |
| HSL | 179.54º | 0.53% | 0.48% | - |
| HSV(B) | 179.54º | 0.69% | 0.74% | - |
| XYZ | 29.02 | 40.93 | 53.95 | - |
| YUV | 149.72 | 149.6 | 62.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 189 | 188 | 0.69 | 0 | 0.01 | 0.26 | 179.54 | 0.53 | 0.48 |
| Hex | 3A | BD | BC | 45 | 0 | 1 | 1A | B4 | 35 | 30 |
| Octal | 72 | 275 | 274 | 105 | 0 | 1 | 32 | 264 | 65 | 60 |
| Binary | 111010 | 10111101 | 10111100 | 1000101 | 0 | 1 | 11010 | 10110100 | 110101 | 110000 |
Color Harmonies of #3ABDBC
Complementary color
Monochromatic Colors of #3ABDBC
Black with #3ABDBC
Text Example
Text Example
White with #3ABDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABDBC; }
p { color: rgb(58,189,188); }
H1.HeaderClassName
{
color: #3ABDBC;
}
.AnyTagClassName
{
color: #3ABDBC;
}
</style>
background-color css
<style>
a { background-color: #3ABDBC; }
a { background-color: rgb(58,189,188); }
div.DivClassName
{
background-color: #3ABDBC;
}
.BgClassName
{
background-color: #3ABDBC;
}
</style>
border-color css
<style>
span { border-color: #3ABDBC; }
span { border-color: rgb(58,189,188); }
td.TdClassName
{
border-color: #3ABDBC;
}
.TagClassName
{
border-color: #3ABDBC;
}
</style>