Shades of Medium Turquoise #3CBEBA
Tints of Medium Turquoise #3CBEBA
RGB
CMYK
RGB Variations
Color information
#3CBEBA (or 0x3CBEBA) is known color: Medium Turquoise. HEX triplet: 3C, BE and BA. RGB value is (60,190,186). Sum of RGB (Red+Green+Blue) = 60+190+186=436 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.76% from 436); Green value is 190 (74.61% from 255 or 43.58% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 190 - color contains mainly: green. Hex color #3CBEBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CBEBA is #C34145. Grayscale: #969696. Windows color (decimal): -12796230 or 12238396. OLE color: 12238396.
HSL color Cylindrical-coordinate representation of color #3CBEBA: hue angle of 178.15º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CBEBA is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 190 | 186 | - |
| CMYK | 0.68 | 0 | 0.02 | 0.25 |
| HSL | 178.15º | 0.52% | 0.49% | - |
| HSV(B) | 178.15º | 0.68% | 0.75% | - |
| XYZ | 29.14 | 41.33 | 52.9 | - |
| YUV | 150.67 | 147.93 | 63.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 190 | 186 | 0.68 | 0 | 0.02 | 0.25 | 178.15 | 0.52 | 0.49 |
| Hex | 3C | BE | BA | 44 | 0 | 2 | 19 | B2 | 34 | 31 |
| Octal | 74 | 276 | 272 | 104 | 0 | 2 | 31 | 262 | 64 | 61 |
| Binary | 111100 | 10111110 | 10111010 | 1000100 | 0 | 10 | 11001 | 10110010 | 110100 | 110001 |
Color Harmonies of #3CBEBA
Complementary color
Monochromatic Colors of #3CBEBA
Black with #3CBEBA
Text Example
Text Example
White with #3CBEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBEBA; }
p { color: rgb(60,190,186); }
H1.HeaderClassName
{
color: #3CBEBA;
}
.AnyTagClassName
{
color: #3CBEBA;
}
</style>
background-color css
<style>
a { background-color: #3CBEBA; }
a { background-color: rgb(60,190,186); }
div.DivClassName
{
background-color: #3CBEBA;
}
.BgClassName
{
background-color: #3CBEBA;
}
</style>
border-color css
<style>
span { border-color: #3CBEBA; }
span { border-color: rgb(60,190,186); }
td.TdClassName
{
border-color: #3CBEBA;
}
.TagClassName
{
border-color: #3CBEBA;
}
</style>