Shades of Medium Turquoise #3ABEBE
Tints of Medium Turquoise #3ABEBE
RGB
CMYK
RGB Variations
Color information
#3ABEBE (or 0x3ABEBE) is known color: Medium Turquoise. HEX triplet: 3A, BE and BE. RGB value is (58,190,190). Sum of RGB (Red+Green+Blue) = 58+190+190=438 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.24% from 438); Green value is 190 (74.61% from 255 or 43.38% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #3ABEBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABEBE is #C54141. Grayscale: #969696. Windows color (decimal): -12927298 or 12500538. OLE color: 12500538.
HSL color Cylindrical-coordinate representation of color #3ABEBE: hue angle of 180º 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 #3ABEBE is Cyan = 0.69, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 58 | 190 | 190 | - |
| CMYK | 0.69 | 0 | 0 | 0.25 |
| HSL | 180º | 0.53% | 0.49% | - |
| HSV(B) | 180º | 0.69% | 0.75% | - |
| XYZ | 29.45 | 41.44 | 55.16 | - |
| YUV | 150.53 | 150.27 | 62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 190 | 190 | 0.69 | 0 | 0 | 0.25 | 180 | 0.53 | 0.49 |
| Hex | 3A | BE | BE | 45 | 0 | 0 | 19 | B4 | 35 | 31 |
| Octal | 72 | 276 | 276 | 105 | 0 | 0 | 31 | 264 | 65 | 61 |
| Binary | 111010 | 10111110 | 10111110 | 1000101 | 0 | 0 | 11001 | 10110100 | 110101 | 110001 |
Color Harmonies of #3ABEBE
Complementary color
Monochromatic Colors of #3ABEBE
Black with #3ABEBE
Text Example
Text Example
White with #3ABEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABEBE; }
p { color: rgb(58,190,190); }
H1.HeaderClassName
{
color: #3ABEBE;
}
.AnyTagClassName
{
color: #3ABEBE;
}
</style>
background-color css
<style>
a { background-color: #3ABEBE; }
a { background-color: rgb(58,190,190); }
div.DivClassName
{
background-color: #3ABEBE;
}
.BgClassName
{
background-color: #3ABEBE;
}
</style>
border-color css
<style>
span { border-color: #3ABEBE; }
span { border-color: rgb(58,190,190); }
td.TdClassName
{
border-color: #3ABEBE;
}
.TagClassName
{
border-color: #3ABEBE;
}
</style>