Shades of Medium Turquoise #3ABDBD
Tints of Medium Turquoise #3ABDBD
RGB
CMYK
RGB Variations
Color information
#3ABDBD (or 0x3ABDBD) is known color: Medium Turquoise. HEX triplet: 3A, BD and BD. RGB value is (58,189,189). Sum of RGB (Red+Green+Blue) = 58+189+189=436 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.30% from 436); Green value is 189 (74.22% from 255 or 43.35% from 436); Blue value is 189 (74.22% from 255 or 43.35% from 436); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #3ABDBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABDBD is #C54242. Grayscale: #959595. Windows color (decimal): -12927555 or 12434746. OLE color: 12434746.
HSL color Cylindrical-coordinate representation of color #3ABDBD: hue angle of 180º 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 #3ABDBD is Cyan = 0.69, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 58 | 189 | 189 | - |
| CMYK | 0.69 | 0 | 0 | 0.26 |
| HSL | 180º | 0.53% | 0.48% | - |
| HSV(B) | 180º | 0.69% | 0.74% | - |
| XYZ | 29.13 | 40.97 | 54.52 | - |
| YUV | 149.83 | 150.1 | 62.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 189 | 189 | 0.69 | 0 | 0 | 0.26 | 180 | 0.53 | 0.48 |
| Hex | 3A | BD | BD | 45 | 0 | 0 | 1A | B4 | 35 | 30 |
| Octal | 72 | 275 | 275 | 105 | 0 | 0 | 32 | 264 | 65 | 60 |
| Binary | 111010 | 10111101 | 10111101 | 1000101 | 0 | 0 | 11010 | 10110100 | 110101 | 110000 |
Color Harmonies of #3ABDBD
Complementary color
Monochromatic Colors of #3ABDBD
Black with #3ABDBD
Text Example
Text Example
White with #3ABDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABDBD; }
p { color: rgb(58,189,189); }
H1.HeaderClassName
{
color: #3ABDBD;
}
.AnyTagClassName
{
color: #3ABDBD;
}
</style>
background-color css
<style>
a { background-color: #3ABDBD; }
a { background-color: rgb(58,189,189); }
div.DivClassName
{
background-color: #3ABDBD;
}
.BgClassName
{
background-color: #3ABDBD;
}
</style>
border-color css
<style>
span { border-color: #3ABDBD; }
span { border-color: rgb(58,189,189); }
td.TdClassName
{
border-color: #3ABDBD;
}
.TagClassName
{
border-color: #3ABDBD;
}
</style>