Shades of Medium Turquoise #3ABCB9
Tints of Medium Turquoise #3ABCB9
RGB
CMYK
RGB Variations
Color information
#3ABCB9 (or 0x3ABCB9) is known color: Medium Turquoise. HEX triplet: 3A, BC and B9. RGB value is (58,188,185). Sum of RGB (Red+Green+Blue) = 58+188+185=431 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.46% from 431); Green value is 188 (73.83% from 255 or 43.62% from 431); Blue value is 185 (72.66% from 255 or 42.92% from 431); Max value from RGB is 188 - color contains mainly: green. Hex color #3ABCB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABCB9 is #C54346. Grayscale: #949494. Windows color (decimal): -12927815 or 12172346. OLE color: 12172346.
HSL color Cylindrical-coordinate representation of color #3ABCB9: hue angle of 178.62º 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 #3ABCB9 is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 58 | 188 | 185 | - |
| CMYK | 0.69 | 0 | 0.02 | 0.26 |
| HSL | 178.62º | 0.53% | 0.48% | - |
| HSV(B) | 178.62º | 0.69% | 0.74% | - |
| XYZ | 28.49 | 40.37 | 52.19 | - |
| YUV | 148.79 | 148.43 | 63.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 188 | 185 | 0.69 | 0 | 0.02 | 0.26 | 178.62 | 0.53 | 0.48 |
| Hex | 3A | BC | B9 | 45 | 0 | 2 | 1A | B3 | 35 | 30 |
| Octal | 72 | 274 | 271 | 105 | 0 | 2 | 32 | 263 | 65 | 60 |
| Binary | 111010 | 10111100 | 10111001 | 1000101 | 0 | 10 | 11010 | 10110011 | 110101 | 110000 |
Color Harmonies of #3ABCB9
Complementary color
Monochromatic Colors of #3ABCB9
Black with #3ABCB9
Text Example
Text Example
White with #3ABCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABCB9; }
p { color: rgb(58,188,185); }
H1.HeaderClassName
{
color: #3ABCB9;
}
.AnyTagClassName
{
color: #3ABCB9;
}
</style>
background-color css
<style>
a { background-color: #3ABCB9; }
a { background-color: rgb(58,188,185); }
div.DivClassName
{
background-color: #3ABCB9;
}
.BgClassName
{
background-color: #3ABCB9;
}
</style>
border-color css
<style>
span { border-color: #3ABCB9; }
span { border-color: rgb(58,188,185); }
td.TdClassName
{
border-color: #3ABCB9;
}
.TagClassName
{
border-color: #3ABCB9;
}
</style>