Shades of Medium Turquoise #38C0BA
Tints of Medium Turquoise #38C0BA
RGB
CMYK
RGB Variations
Color information
#38C0BA (or 0x38C0BA) is known color: Medium Turquoise. HEX triplet: 38, C0 and BA. RGB value is (56,192,186). Sum of RGB (Red+Green+Blue) = 56+192+186=434 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.90% from 434); Green value is 192 (75.39% from 255 or 44.24% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 192 - color contains mainly: green. Hex color #38C0BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38C0BA is #C73F45. Grayscale: #969696. Windows color (decimal): -13057862 or 12238904. OLE color: 12238904.
HSL color Cylindrical-coordinate representation of color #38C0BA: hue angle of 177.35º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38C0BA is Cyan = 0.71, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 56 | 192 | 186 | - |
| CMYK | 0.71 | 0 | 0.03 | 0.25 |
| HSL | 177.35º | 0.55% | 0.49% | - |
| HSV(B) | 177.35º | 0.71% | 0.75% | - |
| XYZ | 29.34 | 42.09 | 53.03 | - |
| YUV | 150.65 | 147.94 | 60.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 192 | 186 | 0.71 | 0 | 0.03 | 0.25 | 177.35 | 0.55 | 0.49 |
| Hex | 38 | C0 | BA | 47 | 0 | 3 | 19 | B1 | 37 | 31 |
| Octal | 70 | 300 | 272 | 107 | 0 | 3 | 31 | 261 | 67 | 61 |
| Binary | 111000 | 11000000 | 10111010 | 1000111 | 0 | 11 | 11001 | 10110001 | 110111 | 110001 |
Color Harmonies of #38C0BA
Complementary color
Monochromatic Colors of #38C0BA
Black with #38C0BA
Text Example
Text Example
White with #38C0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C0BA; }
p { color: rgb(56,192,186); }
H1.HeaderClassName
{
color: #38C0BA;
}
.AnyTagClassName
{
color: #38C0BA;
}
</style>
background-color css
<style>
a { background-color: #38C0BA; }
a { background-color: rgb(56,192,186); }
div.DivClassName
{
background-color: #38C0BA;
}
.BgClassName
{
background-color: #38C0BA;
}
</style>
border-color css
<style>
span { border-color: #38C0BA; }
span { border-color: rgb(56,192,186); }
td.TdClassName
{
border-color: #38C0BA;
}
.TagClassName
{
border-color: #38C0BA;
}
</style>