Shades of Medium Turquoise #3ABEBC
Tints of Medium Turquoise #3ABEBC
RGB
CMYK
RGB Variations
Color information
#3ABEBC (or 0x3ABEBC) is known color: Medium Turquoise. HEX triplet: 3A, BE and BC. RGB value is (58,190,188). Sum of RGB (Red+Green+Blue) = 58+190+188=436 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.30% from 436); Green value is 190 (74.61% from 255 or 43.58% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 190 - color contains mainly: green. Hex color #3ABEBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABEBC is #C54143. Grayscale: #969696. Windows color (decimal): -12927300 or 12369466. OLE color: 12369466.
HSL color Cylindrical-coordinate representation of color #3ABEBC: hue angle of 179.09º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3ABEBC is Cyan = 0.69, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 58 | 190 | 188 | - |
| CMYK | 0.69 | 0 | 0.01 | 0.25 |
| HSL | 179.09º | 0.53% | 0.49% | - |
| HSV(B) | 179.09º | 0.69% | 0.75% | - |
| XYZ | 29.24 | 41.36 | 54.02 | - |
| YUV | 150.3 | 149.27 | 62.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 190 | 188 | 0.69 | 0 | 0.01 | 0.25 | 179.09 | 0.53 | 0.49 |
| Hex | 3A | BE | BC | 45 | 0 | 1 | 19 | B3 | 35 | 31 |
| Octal | 72 | 276 | 274 | 105 | 0 | 1 | 31 | 263 | 65 | 61 |
| Binary | 111010 | 10111110 | 10111100 | 1000101 | 0 | 1 | 11001 | 10110011 | 110101 | 110001 |
Color Harmonies of #3ABEBC
Complementary color
Monochromatic Colors of #3ABEBC
Black with #3ABEBC
Text Example
Text Example
White with #3ABEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABEBC; }
p { color: rgb(58,190,188); }
H1.HeaderClassName
{
color: #3ABEBC;
}
.AnyTagClassName
{
color: #3ABEBC;
}
</style>
background-color css
<style>
a { background-color: #3ABEBC; }
a { background-color: rgb(58,190,188); }
div.DivClassName
{
background-color: #3ABEBC;
}
.BgClassName
{
background-color: #3ABEBC;
}
</style>
border-color css
<style>
span { border-color: #3ABEBC; }
span { border-color: rgb(58,190,188); }
td.TdClassName
{
border-color: #3ABEBC;
}
.TagClassName
{
border-color: #3ABEBC;
}
</style>